|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.nees.tools.agent.beans.SortVector
org.nees.tools.agent.beans.FileList
| Nested Class Summary | |
class |
FileList.FileRecord
|
| Field Summary | |
protected FileExtensionFilter |
fileExtensionFilter
|
protected java.lang.String |
fileHead
|
protected ScraperConfiguration |
uploadProperties
|
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Fields inherited from interface org.nees.tools.agent.beans.FileListInterface |
NUMBER_DELIMITER, WRITTEN_SUFFIX |
| Constructor Summary | |
FileList()
FileList constructor comment. |
|
FileList(ScraperConfiguration uploadProperties)
FileList constructor comment. |
|
FileList(ScraperConfiguration uploadProperties,
java.lang.String fileHead)
FileList constructor comment. |
|
| Method Summary | |
void |
addFile(java.io.File f)
|
void |
clearFiles()
Removes all files found by this class. |
java.io.File |
fileAt(int index)
|
protected int |
fileIndexAt(int index)
|
long |
getByteCount()
|
protected FileExtensionFilter |
getFileExtensionFilter()
|
java.lang.String |
getFileHead()
|
protected int |
getFileIndex(java.lang.String filename)
|
protected ScraperConfiguration |
getUploadProperties()
|
boolean |
hasIndex(int index)
hasIndex method comment. |
boolean |
hasSequenceGaps()
hasSequenceGaps method comment. |
static void |
main(java.lang.String[] args)
|
protected void |
setFileExtensionFilter(FileExtensionFilter newFileExtensionFilter)
|
protected void |
setFileHead(java.lang.String newFileHead)
|
protected void |
setUploadProperties(ScraperConfiguration newUploadProperties)
|
| Methods inherited from class org.nees.tools.agent.beans.SortVector |
addSortable, getSortableAt, isSorted, setSorted, sort |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nees.tools.agent.beans.FileListInterface |
isEmpty, size |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Field Detail |
protected FileExtensionFilter fileExtensionFilter
protected ScraperConfiguration uploadProperties
protected java.lang.String fileHead
| Constructor Detail |
public FileList()
public FileList(ScraperConfiguration uploadProperties)
throws java.lang.Exception
public FileList(ScraperConfiguration uploadProperties,
java.lang.String fileHead)
throws java.lang.Exception
| Method Detail |
public void addFile(java.io.File f)
throws java.lang.Exception
addFile in interface FileListInterfacejava.lang.Exception
public void clearFiles()
throws java.lang.Exception
.written
files from the hard drive.
clearFiles in interface FileListInterfacejava.lang.Exceptionpublic java.io.File fileAt(int index)
fileAt in interface FileListInterfaceprotected int fileIndexAt(int index)
public long getByteCount()
protected FileExtensionFilter getFileExtensionFilter()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getFileHead()
getFileHead in interface FileListInterface
protected int getFileIndex(java.lang.String filename)
throws java.lang.Exception
java.lang.Exceptionprotected ScraperConfiguration getUploadProperties()
public boolean hasIndex(int index)
throws java.lang.Exception
hasIndex in interface FileListInterfacejava.lang.Exception
public boolean hasSequenceGaps()
throws java.lang.Exception
hasSequenceGaps in interface FileListInterfacejava.lang.Exceptionpublic static void main(java.lang.String[] args)
protected void setFileExtensionFilter(FileExtensionFilter newFileExtensionFilter)
newFileExtensionFilter - org.nees.tools.scraper.FileExtensionFilterprotected void setFileHead(java.lang.String newFileHead)
newFileHead - java.lang.Stringprotected void setUploadProperties(ScraperConfiguration newUploadProperties)
newUploadProperties - org.nees.tools.scraper.ScraperConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||