public abstract class AbstractFileRepository extends java.lang.Object implements FileRepository
Modifier and Type | Field and Description |
---|---|
protected FARConfig |
farconfig
Protected member for inheriting classes
|
protected FindForm |
findForm
Protected member for inheriting classes
|
protected MessageBox |
messageBox
Protected member for inheriting classes
|
protected ReplaceForm |
replaceForm
Protected member for inheriting classes
|
Constructor and Description |
---|
AbstractFileRepository(FARConfig cfg,
FindForm find,
ReplaceForm replace,
MessageBox errorsink)
Constructor takes both forms and a FARConfig instance.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isSubdirectory(java.io.File base,
java.io.File test)
Returns true if test is a subdirectory of base.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFile, setFile
protected FindForm findForm
protected ReplaceForm replaceForm
protected FARConfig farconfig
protected MessageBox messageBox
public AbstractFileRepository(FARConfig cfg, FindForm find, ReplaceForm replace, MessageBox errorsink)
cfg
- FAR configuration.find
- data of the find formreplace
- data of the replace form