|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.util.wanderer.SLOC
Count the source lines of code but going through the directory and counting ; and }.
Constructor Summary | |
SLOC()
|
Method Summary | |
int |
getSLOC()
|
void |
handleDirectory(java.io.File directory)
Do what you need to do to the directory. |
void |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SLOC()
Method Detail |
public void setSLOC(int num)
public int getSLOC()
public void handleDirectory(java.io.File directory)
WandererCallback
handleDirectory
in interface WandererCallback
public void handleFile(java.io.File file)
WandererCallback
handleFile
in interface WandererCallback
public static void main(java.lang.String[] argv)
argv
- paths to files or directories, use -h to get a
usage statement.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |