|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.PluginStoreConfig
public class PluginStoreConfig
Java class for PluginStoreConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PluginStoreConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registeredDirs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="reloadingEnabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="reloadingInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PluginStoreConfig() |
|
| Method Summary | |
|---|---|
java.util.List |
getRegisteredDirs()Gets the value of the registeredDirs property. |
int |
getReloadingInterval()Gets the value of the reloadingInterval property. |
boolean |
isReloadingEnabled()Gets the value of the reloadingEnabled property. |
void |
setReloadingEnabled(boolean value)Sets the value of the reloadingEnabled property. |
void |
setReloadingInterval(int value)Sets the value of the reloadingInterval property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginStoreConfig()
| Method Detail |
|---|
public java.util.List getRegisteredDirs()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the registeredDirs property.
For example, to add a new item, do as follows:
getRegisteredDirs().add(newItem);
Objects of the following type(s) are allowed in the list String
public boolean isReloadingEnabled()
public void setReloadingEnabled(boolean value)
public int getReloadingInterval()
public void setReloadingInterval(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||