|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.vcs.FileStatusInfo
The file status information class.
Field Summary | |
static FileStatusInfo |
LOCAL
The status of local files (files present in working directory, but not in the version control repository). |
static FileStatusInfo |
MISSING
The status of missing files (files present in the version control repository, but not in the working directory). |
static FileStatusInfo |
MODIFIED
The status of out-of-date files. |
static FileStatusInfo |
OUT_OF_DATE
The status of out-of-date files. |
static FileStatusInfo |
UP_TO_DATE
The status of up-to-date files. |
Constructor Summary | |
FileStatusInfo(String status)
Creates a new instance of FileStatusInfo |
Method Summary | |
boolean |
equals(Object obj)
Tell, whether this file status information is equal with another one. |
abstract String |
getDisplayName()
Get the localized string representation of this status info. |
abstract Image |
getIcon()
Get the icon for this status info. |
String |
getName()
Get the string representation of this FileStatusInfo. |
boolean |
represents(FileStatusInfo info)
Tell, whether this file status information represents just the same kind of status as another one. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final FileStatusInfo LOCAL
public static final FileStatusInfo UP_TO_DATE
public static final FileStatusInfo OUT_OF_DATE
public static final FileStatusInfo MODIFIED
public static final FileStatusInfo MISSING
Constructor Detail |
public FileStatusInfo(String status)
status
- The string representation of this status. This string should
be different for different FileStatusInfo instances.Method Detail |
public final String getName()
public abstract String getDisplayName()
public abstract Image getIcon()
null
when there is no icon.public boolean equals(Object obj)
public boolean represents(FileStatusInfo info)
equals(java.lang.Object)
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |