public class DefaultFileInfoContainer extends FileInfoContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MERGED_FILE |
static java.lang.String |
PERTINENT_STATE |
Constructor and Description |
---|
DefaultFileInfoContainer() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Returns the associated file.
|
java.lang.String |
getType()
Returns the type.
|
boolean |
isDirectory()
Returns true if the associated file is a directory.
|
void |
setFile(java.io.File file)
Sets the associated file.
|
void |
setType(java.lang.String type)
Sets the type.
|
java.lang.String |
toString()
Return a string representation of this object.
|
public static final java.lang.String PERTINENT_STATE
public static final java.lang.String MERGED_FILE
public java.io.File getFile()
getFile
in class FileInfoContainer
public boolean isDirectory()
public void setFile(java.io.File file)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String toString()
toString
in class java.lang.Object