public static class UnknownLibraryKind.UnknownLibraryProperties extends LibraryProperties<Element>
Constructor and Description |
---|
UnknownLibraryProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Element |
getConfiguration() |
Element |
getState() |
int |
hashCode() |
void |
loadState(Element state)
This method is called when new component state is loaded.
|
void |
setConfiguration(Element configuration) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
initializeComponent, noStateLoaded
public Element getConfiguration()
public void setConfiguration(Element configuration)
public boolean equals(java.lang.Object obj)
equals
in class LibraryProperties<Element>
public int hashCode()
hashCode
in class LibraryProperties<Element>
public Element getState()
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(Element state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)