public class FileList extends Object
Constructor and Description |
---|
FileList() |
Modifier and Type | Method and Description |
---|---|
void |
addToDirList(Collection c)
Adds a list of objects to the end of the directory list
|
void |
addToDirList(Object o)
Adds a single object to the end of the directory list
|
void |
addToFileList(Collection c)
Adds a list of objects to the end of the file list
|
void |
addToFileList(Object o)
Adds a single object to the end of the file list
|
List |
getDirs()
Gets directories that were added to the list
|
List |
getFiles()
Gets files that were added to the list
|
public void addToFileList(Object o)
o
- a single file to addpublic void addToFileList(Collection c)
c
- a list of files to addpublic void addToDirList(Object o)
o
- a single directory to addpublic void addToDirList(Collection c)
c
- a list of directories to addpublic List getFiles()
public List getDirs()
Copyright © 2010–2016 Planetary Data System. All rights reserved.