Class AbstractDummyHandledFile
- java.lang.Object
-
- org.silverpeas.core.process.io.file.AbstractDummyHandledFile
-
- All Implemented Interfaces:
DummyHandledFile
- Direct Known Subclasses:
DummyFile
,SimpleDocumentDummyHandledFile
,ThumbnailDummyHandledFile
public abstract class AbstractDummyHandledFile extends Object implements DummyHandledFile
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description AbstractDummyHandledFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
boolean
isDeleted()
Indicates if the virtual file is a deleted one.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.process.io.file.DummyHandledFile
getComponentInstanceId, getMimeType, getName, getPath, getSize
-
-
-
-
Method Detail
-
isDeleted
public boolean isDeleted()
Description copied from interface:DummyHandledFile
Indicates if the virtual file is a deleted one.- Specified by:
isDeleted
in interfaceDummyHandledFile
- Returns:
- true if the virtual file is being to be deleted, false otherwise.
-
-