public class AndamiConfig
extends java.lang.Object
implements java.io.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
|
java.util.Enumeration |
enumeratePlugin()
Method enumeratePlugin
|
Andami |
getAndami()
Returns the value of field 'andami'.
|
AndamiOptions |
getAndamiOptions()
Returns the value of field 'andamiOptions'.
|
java.lang.String |
getLocaleCountry()
Returns the value of field 'localeCountry'.
|
java.lang.String |
getLocaleLanguage()
Returns the value of field 'localeLanguage'.
|
java.lang.String |
getLocaleVariant()
Returns the value of field 'localeVariant'.
|
java.lang.String |
getLookAndFeel()
Returns the value of field 'lookAndFeel'.
|
Plugin[] |
getPlugin()
Method getPlugin
|
Plugin |
getPlugin(int index)
Method getPlugin
|
int |
getPluginCount()
Method getPluginCount
|
java.lang.String |
getPluginsDirectory()
Returns the value of field 'pluginsDirectory'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.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(java.lang.String localeCountry)
Sets the value of field 'localeCountry'.
|
void |
setLocaleLanguage(java.lang.String localeLanguage)
Sets the value of field 'localeLanguage'.
|
void |
setLocaleVariant(java.lang.String localeVariant)
Sets the value of field 'localeVariant'.
|
void |
setLookAndFeel(java.lang.String lookAndFeel)
Sets the value of field 'lookAndFeel'.
|
void |
setPlugin(int index,
Plugin vPlugin)
Method setPlugin
|
void |
setPlugin(Plugin[] pluginArray)
Method setPlugin
|
void |
setPluginsDirectory(java.lang.String pluginsDirectory)
Sets the value of field 'pluginsDirectory'.
|
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addPlugin(Plugin vPlugin) throws java.lang.IndexOutOfBoundsException
vPlugin
- java.lang.IndexOutOfBoundsException
public void addPlugin(int index, Plugin vPlugin) throws java.lang.IndexOutOfBoundsException
index
- vPlugin
- java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumeratePlugin()
public Andami getAndami()
public AndamiOptions getAndamiOptions()
public java.lang.String getLocaleCountry()
public java.lang.String getLocaleLanguage()
public java.lang.String getLocaleVariant()
public java.lang.String getLookAndFeel()
public Plugin getPlugin(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public Plugin[] getPlugin()
public int getPluginCount()
public java.lang.String getPluginsDirectory()
public boolean isValid()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- java.io.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(java.lang.String localeCountry)
localeCountry
- the value of field 'localeCountry'.public void setLocaleLanguage(java.lang.String localeLanguage)
localeLanguage
- the value of field 'localeLanguage'.public void setLocaleVariant(java.lang.String localeVariant)
localeVariant
- the value of field 'localeVariant'.public void setLookAndFeel(java.lang.String lookAndFeel)
lookAndFeel
- the value of field 'lookAndFeel'.public void setPlugin(int index, Plugin vPlugin) throws java.lang.IndexOutOfBoundsException
index
- vPlugin
- java.lang.IndexOutOfBoundsException
public void setPlugin(Plugin[] pluginArray)
pluginArray
- public void setPluginsDirectory(java.lang.String pluginsDirectory)
pluginsDirectory
- the value of field 'pluginsDirectory'public static java.lang.Object unmarshal(java.io.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