|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.FileInfoContainer
org.netbeans.lib.cvsclient.command.DefaultFileInfoContainer
public class DefaultFileInfoContainer
Describes checkout/tag/update information for a file. The fields in instances of this object are populated by response handlers.
Field Summary | |
---|---|
static String |
MERGED_FILE
|
static String |
PERTINENT_STATE
|
Constructor Summary | |
---|---|
DefaultFileInfoContainer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PERTINENT_STATE
public static final String MERGED_FILE
Constructor Detail |
---|
public DefaultFileInfoContainer()
Method Detail |
---|
public File getFile()
getFile
in class FileInfoContainer
public boolean isDirectory()
public void setFile(File file)
public String getType()
public void setType(String type)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |