Class FileDetail
- java.lang.Object
-
- org.silverpeas.components.silvercrawler.model.FileDetail
-
- All Implemented Interfaces:
Serializable
public class FileDetail extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileDetail(String name, String path, String fullPath, long size, boolean isDirectory)FileDetail(String name, String path, String fullPath, long size, boolean isDirectory, boolean isIndexed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirectURL()StringgetFileIcon()StringgetFileSize()StringgetFileURL(String componentId)StringgetName()StringgetPath()longgetSize()booleanisIsDirectory()booleanisIsIndexed()
-
-
-
Method Detail
-
getFileSize
public String getFileSize()
-
getFileIcon
public String getFileIcon()
-
isIsDirectory
public boolean isIsDirectory()
-
getName
public String getName()
-
getPath
public String getPath()
-
getSize
public long getSize()
-
isIsIndexed
public boolean isIsIndexed()
-
getDirectURL
public String getDirectURL()
-
-