public class FileEntry extends DumpableObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
columnFileSize |
static java.lang.String |
columnIsDir |
static java.lang.String |
columnLastModified |
static java.lang.String |
columnPathName |
| Constructor and Description |
|---|
FileEntry(java.io.File baseDir,
boolean isDir,
long lastModified,
long fileSize,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
void |
validate() |
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic static final java.lang.String columnIsDir
public static final java.lang.String columnLastModified
public static final java.lang.String columnFileSize
public static final java.lang.String columnPathName
public FileEntry(java.io.File baseDir,
boolean isDir,
long lastModified,
long fileSize,
java.lang.String path)
public void validate()
throws java.lang.Exception
java.lang.Exceptionpublic void delete()
throws java.lang.Exception
java.lang.Exceptionpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.