|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbg.bas.dcl.CorpusTools.CorpusSelector
public class CorpusSelector
Constructor Summary | |
---|---|
CorpusSelector()
|
Method Summary | |
---|---|
static void |
copyFile(java.io.File from,
java.io.File to)
|
static java.util.List<java.io.File> |
getFileListing(java.io.File aStartingDir)
Recursively walk a directory tree and return a List of all Files found; the List is sorted using File.compareTo(). |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorpusSelector()
Method Detail |
---|
public static void copyFile(java.io.File from, java.io.File to) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
args
- public static java.util.List<java.io.File> getFileListing(java.io.File aStartingDir) throws java.io.FileNotFoundException
aStartingDir
- is a valid directory, which can be read.
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |