|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.turbo.FolderProperties
Describes additional folder properties, namely listings of repository side folders cached for FS virtual files purpose and in future for Versioning Explorer UI.
The attribute makes sence only for folders.
Field Summary | |
static String |
ID
Attribute holding this object. |
Constructor Summary | |
FolderProperties()
Creates FolderProperties. |
|
FolderProperties(FolderProperties fprops)
Clones FolderProperties inclusing hidden state. |
Method Summary | |
void |
freeze()
Make object immutable, all setters throw exception. |
Set |
getFolderListing()
Gets unmodifiable set of FolderEntries. |
boolean |
isComplete()
Tells whether the folder listing is complete. |
void |
setComplete(boolean complete)
Sets the completness of the folder listing. |
void |
setFolderListing(Set listing)
Sets new repository folder listing. |
String |
toString()
For debugging purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String ID
Constructor Detail |
public FolderProperties()
freeze()
once it updates the value.
public FolderProperties(FolderProperties fprops)
freeze()
once it updates the value.
Method Detail |
public Set getFolderListing()
public boolean isComplete()
public void setFolderListing(Set listing)
public void setComplete(boolean complete)
public void freeze()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |