Package PamUtils.worker.filelist
Class FileListData<T extends File>
java.lang.Object
PamUtils.worker.filelist.FileListData<T>
Information about a list of files.
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionFileListData
(String[] rootList, boolean subFolders, boolean useOldIfPossible) -
Method Summary
Modifier and TypeMethodDescriptionint
void
int
int
String[]
boolean
boolean
void
Sort the file list, sorting only by name, not path.void
Sort the file list, sorting by the full path.
-
Constructor Details
-
FileListData
-
-
Method Details
-
addFile
-
getFileIterator
-
getFileCount
public int getFileCount() -
getListCopy
-
addFolder
public void addFolder() -
getFoldersSearched
public int getFoldersSearched() -
getRootList
-
isSubFolders
public boolean isSubFolders() -
isUseOldIfPossible
public boolean isUseOldIfPossible() -
sortFileList
public void sortFileList()Sort the file list, sorting only by name, not path. -
sortFilePath
public void sortFilePath()Sort the file list, sorting by the full path.
-