public class SLOC extends java.lang.Object implements WandererCallback
Constructor and Description |
---|
SLOC() |
Modifier and Type | Method and Description |
---|---|
int |
getSLOC() |
boolean |
handleDirectory(java.io.File directory)
Do what you need to do to the directory.
|
boolean |
handleFile(java.io.File file)
Do what you need to do to the file.
|
static void |
main(java.lang.String[] argv)
Given a set of files or directories, parade through them to change their
case.
|
void |
setSLOC(int num) |
public void setSLOC(int num)
public int getSLOC()
public boolean handleDirectory(java.io.File directory)
WandererCallback
handleDirectory
in interface WandererCallback
directory
- that represents a directory to deal with.public boolean handleFile(java.io.File file)
WandererCallback
handleFile
in interface WandererCallback
file
- to handle.public static void main(java.lang.String[] argv)
argv
- paths to files or directories, use -h to get a usage
statement.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details