org.htmlparser.lexerapplications.tabby
Class Tabby
Replace tabs with spaces.
Convert tabs to the correct number of spaces according to a tabstop,
change DOS \r\n line endings to Unix \n form, and remove trailing whitespace
protected org.htmlparser.lexerapplications.tabby.Tabby.Filter | mFilter- The file filter to apply.
|
protected int | mTabsize- The replacement tab stop size.
|
Tabby()- Creates a new instance of Tabby with no file filter and a tab stop of 4.
|
Tabby(String filter)- Creates a new instance of Tabby using the given regular expression and
a tab stop of 4.
|
Tabby(String filter, int tabsize)- Creates a new instance of Tabby.
|
protected void | edit(File file)- Process the file or directory.
|
static void | main(String[] args)- Run Tabby on a file or directory.
|
protected void | process(File file)- Process the file or directory.
|
mFilter
protected org.htmlparser.lexerapplications.tabby.Tabby.Filter mFilter
The file filter to apply.
mTabsize
protected int mTabsize
The replacement tab stop size.
Tabby
public Tabby()
Creates a new instance of Tabby with no file filter and a tab stop of 4.
Tabby
public Tabby(String filter)
Creates a new instance of Tabby using the given regular expression and
a tab stop of 4.
filter - The regular expression to apply to the files searched.
Tabby
public Tabby(String filter,
int tabsize)
throws IllegalArgumentExceptionCreates a new instance of Tabby.
filter - The regular expression to apply to the files searched.tabsize - The tab stop setting.
edit
protected void edit(File file)
Process the file or directory.
main
public static void main(String[] args)
Run Tabby on a file or directory.
args - The command line arguments.
args[0] The file or directory to work on.
args[1] Optional, the regular expression to use as a file filter
args[2] Optional, the tab stop setting (integer).
process
protected void process(File file)
Process the file or directory.
file - The file to process.
| © 2005 Derrick Oswald Mai 08, 2008 |
| HTML Parser is an open source library released under LGPL. |  |