public class AndamiConfig extends Object implements Serializable
Constructor and Description |
---|
AndamiConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addPlugin(int index,
Plugin vPlugin)
Method addPlugin
|
void |
addPlugin(Plugin vPlugin)
Method addPlugin
|
Enumeration |
enumeratePlugin()
Method enumeratePlugin
|
Andami |
getAndami()
Returns the value of field 'andami'.
|
AndamiOptions |
getAndamiOptions()
Returns the value of field 'andamiOptions'.
|
String |
getLocaleCountry()
Returns the value of field 'localeCountry'.
|
String |
getLocaleLanguage()
Returns the value of field 'localeLanguage'.
|
String |
getLocaleVariant()
Returns the value of field 'localeVariant'.
|
String |
getLookAndFeel()
Returns the value of field 'lookAndFeel'.
|
Plugin[] |
getPlugin()
Method getPlugin
|
Plugin |
getPlugin(int index)
Method getPlugin
|
int |
getPluginCount()
Method getPluginCount
|
String |
getPluginsDirectory()
Returns the value of field 'pluginsDirectory'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
removeAllPlugin()
Method removeAllPlugin
|
Plugin |
removePlugin(int index)
Method removePlugin
|
void |
setAndami(Andami andami)
Sets the value of field 'andami'.
|
void |
setAndamiOptions(AndamiOptions andamiOptions)
Sets the value of field 'andamiOptions'.
|
void |
setLocaleCountry(String localeCountry)
Sets the value of field 'localeCountry'.
|
void |
setLocaleLanguage(String localeLanguage)
Sets the value of field 'localeLanguage'.
|
void |
setLocaleVariant(String localeVariant)
Sets the value of field 'localeVariant'.
|
void |
setLookAndFeel(String lookAndFeel)
Sets the value of field 'lookAndFeel'.
|
void |
setPlugin(int index,
Plugin vPlugin)
Method setPlugin
|
void |
setPlugin(Plugin[] pluginArray)
Method setPlugin
|
void |
setPluginsDirectory(String pluginsDirectory)
Sets the value of field 'pluginsDirectory'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addPlugin(Plugin vPlugin) throws IndexOutOfBoundsException
vPlugin
- IndexOutOfBoundsException
public void addPlugin(int index, Plugin vPlugin) throws IndexOutOfBoundsException
index
- vPlugin
- IndexOutOfBoundsException
public Enumeration enumeratePlugin()
public Andami getAndami()
public AndamiOptions getAndamiOptions()
public String getLocaleCountry()
public String getLocaleLanguage()
public String getLocaleVariant()
public String getLookAndFeel()
public Plugin getPlugin(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
public Plugin[] getPlugin()
public int getPluginCount()
public String getPluginsDirectory()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllPlugin()
public Plugin removePlugin(int index)
index
- public void setAndami(Andami andami)
andami
- the value of field 'andami'.public void setAndamiOptions(AndamiOptions andamiOptions)
andamiOptions
- the value of field 'andamiOptions'.public void setLocaleCountry(String localeCountry)
localeCountry
- the value of field 'localeCountry'.public void setLocaleLanguage(String localeLanguage)
localeLanguage
- the value of field 'localeLanguage'.public void setLocaleVariant(String localeVariant)
localeVariant
- the value of field 'localeVariant'.public void setLookAndFeel(String lookAndFeel)
lookAndFeel
- the value of field 'lookAndFeel'.public void setPlugin(int index, Plugin vPlugin) throws IndexOutOfBoundsException
index
- vPlugin
- IndexOutOfBoundsException
public void setPlugin(Plugin[] pluginArray)
pluginArray
- public void setPluginsDirectory(String pluginsDirectory)
pluginsDirectory
- the value of field 'pluginsDirectory'public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException