Package adams.core.io.fileoperations
Class AbstractFileOperations
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.io.fileoperations.AbstractFileOperations
-
- All Implemented Interfaces:
FileOperations
,LoggingLevelHandler
,LoggingSupporter
,SizeOfHandler
,Serializable
- Direct Known Subclasses:
AbstractRemoteFileOperations
,LocalFileOperations
,RemoteToRemoteFileOperations
public abstract class AbstractFileOperations extends CustomLoggingLevelObject implements FileOperations
Ancestor for file operation classes.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFileOperations()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize()
For initializing members.-
Methods inherited from class adams.core.logging.CustomLoggingLevelObject
setLoggingLevel
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface adams.core.io.fileoperations.FileOperations
copy, delete, isSupported, mkdir, move, rename
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-