Skip navigation links


oracle.iam.config.jaxb
Class PluginStoreConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.PluginStoreConfig


public class PluginStoreConfig
extends java.lang.Object

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

PluginStoreConfig

public PluginStoreConfig()

Method Detail

getRegisteredDirs

public java.util.List getRegisteredDirs()
Gets the value of the registeredDirs property.

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


isReloadingEnabled

public boolean isReloadingEnabled()
Gets the value of the reloadingEnabled property.

setReloadingEnabled

public void setReloadingEnabled(boolean value)
Sets the value of the reloadingEnabled property.

getReloadingInterval

public int getReloadingInterval()
Gets the value of the reloadingInterval property.

setReloadingInterval

public void setReloadingInterval(int value)
Sets the value of the reloadingInterval property.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.