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, toString
public 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.Exception
public void delete() throws java.lang.Exception
java.lang.Exception
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.