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