IComponentDescriptor
public class FSCRDBComponent extends AbstractComponentDescriptor
FSComponentRepositoryDB
.ANY_COMPONENT_TYPE, COMPONENT_CLZ, COMPONENT_DESCRIPTOR_STYLE_PLAIN, COMPONENT_NAME, COMPONENT_TYPE, DEPENDENCIES, EXTENSION_POINTS, LINK_COMPONENT_TYPE, LINK_TARGET_COMPONENT, REVISION_INFO
Constructor | Description |
---|---|
FSCRDBComponent(FSCRDBComponent c) |
Copy constructor
|
FSCRDBComponent(java.lang.String name) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
boolean |
isHasFile() |
|
boolean |
isHasFolder() |
|
boolean |
isResolved() |
|
void |
setHasFile(boolean hasFile) |
|
void |
setHasFolder(boolean hasFolder) |
|
void |
setResolved(boolean resolved) |
|
java.lang.String |
toString() |
getName, getProperties, getProperty, getRawProperties, getRevision, getType, processProperties, processProperties, setName, setProperties, setRevision
public FSCRDBComponent(java.lang.String name)
public FSCRDBComponent(FSCRDBComponent c)
c
- FSCRDBComponent
implementation to copypublic void setHasFile(boolean hasFile)
public void setHasFolder(boolean hasFolder)
public boolean isHasFile()
public boolean isHasFolder()
public void setResolved(boolean resolved)
public boolean isResolved()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class AbstractComponentDescriptor
public boolean equals(java.lang.Object obj)
equals
in class AbstractComponentDescriptor