Package games.stendhal.tools
Class CleanWhitespace
java.lang.Object
games.stendhal.tools.CleanWhitespace
- Record Components:
dir
- Directory or list of directories to scan.ext
- Comma-separated string of filename extensions to include in scan.
A utility for cleaning whitespace in files.
Usage:
CleanWhitespace [ ...] [,,...]
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CleanWhitespace
-
-
Method Details
-
clean
public void clean()The method that does the work. -
main
Entry point.- Parameters:
args
- Command line arguments
-