public abstract class AbstractFileProcessor extends Object implements FileProcessor
Modifier and Type | Field and Description |
---|---|
protected Map<String,FileObject> |
caches |
protected List<FileObject> |
fileList |
protected static Logger |
LOGGER |
Constructor and Description |
---|
AbstractFileProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
addFile(FileObject fileObject) |
List<FileObject> |
getFileObjectList() |
FileResourceManager |
getFileResourceManager() |
void |
removeFile(FileObject fileObject) |
void |
setFileResourceManager(FileResourceManager fileResourceManager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isMatch, process
protected static final Logger LOGGER
protected List<FileObject> fileList
protected Map<String,FileObject> caches
public FileResourceManager getFileResourceManager()
public void setFileResourceManager(FileResourceManager fileResourceManager)
public void addFile(FileObject fileObject)
addFile
in interface FileProcessor
public void removeFile(FileObject fileObject)
removeFile
in interface FileProcessor
public List<FileObject> getFileObjectList()
Copyright © 2006–2018 TinyGroup. All rights reserved.