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