Package org.gvsig.andami.config.generate
Class AndamiConfig
java.lang.Object
org.gvsig.andami.config.generate.AndamiConfig
- All Implemented Interfaces:
Serializable
Class AndamiConfig.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addPluginvoidMethod addPluginMethod enumeratePluginReturns the value of field 'andami'.Returns the value of field 'andamiOptions'.Returns the value of field 'localeCountry'.Returns the value of field 'localeLanguage'.Returns the value of field 'localeVariant'.Returns the value of field 'lookAndFeel'.Plugin[]Method getPlugingetPlugin(int index) Method getPluginintMethod getPluginCountReturns the value of field 'pluginsDirectory'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllPluginremovePlugin(int index) Method removePluginvoidSets the value of field 'andami'.voidsetAndamiOptions(AndamiOptions andamiOptions) Sets the value of field 'andamiOptions'.voidsetLocaleCountry(String localeCountry) Sets the value of field 'localeCountry'.voidsetLocaleLanguage(String localeLanguage) Sets the value of field 'localeLanguage'.voidsetLocaleVariant(String localeVariant) Sets the value of field 'localeVariant'.voidsetLookAndFeel(String lookAndFeel) Sets the value of field 'lookAndFeel'.voidMethod setPluginvoidMethod setPluginvoidsetPluginsDirectory(String pluginsDirectory) Sets the value of field 'pluginsDirectory'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
AndamiConfig
public AndamiConfig()
-
-
Method Details
-
addPlugin
Method addPlugin- Parameters:
vPlugin-- Throws:
IndexOutOfBoundsException
-
addPlugin
Method addPlugin- Parameters:
index-vPlugin-- Throws:
IndexOutOfBoundsException
-
enumeratePlugin
Method enumeratePlugin -
getAndami
Returns the value of field 'andami'.- Returns:
- the value of field 'andami'.
-
getAndamiOptions
Returns the value of field 'andamiOptions'.- Returns:
- the value of field 'andamiOptions'.
-
getLocaleCountry
Returns the value of field 'localeCountry'.- Returns:
- the value of field 'localeCountry'.
-
getLocaleLanguage
Returns the value of field 'localeLanguage'.- Returns:
- the value of field 'localeLanguage'.
-
getLocaleVariant
Returns the value of field 'localeVariant'.- Returns:
- the value of field 'localeVariant'.
-
getLookAndFeel
Returns the value of field 'lookAndFeel'.- Returns:
- the value of field 'lookAndFeel'.
-
getPlugin
Method getPlugin- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getPlugin
Method getPlugin -
getPluginCount
public int getPluginCount()Method getPluginCount -
getPluginsDirectory
Returns the value of field 'pluginsDirectory'.- Returns:
- the value of field 'pluginsDirectory'.
-
isValid
public boolean isValid()Method isValid -
marshal
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
out-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
marshal
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
handler-- Throws:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
removeAllPlugin
public void removeAllPlugin()Method removeAllPlugin -
removePlugin
Method removePlugin- Parameters:
index-
-
setAndami
Sets the value of field 'andami'.- Parameters:
andami- the value of field 'andami'.
-
setAndamiOptions
Sets the value of field 'andamiOptions'.- Parameters:
andamiOptions- the value of field 'andamiOptions'.
-
setLocaleCountry
Sets the value of field 'localeCountry'.- Parameters:
localeCountry- the value of field 'localeCountry'.
-
setLocaleLanguage
Sets the value of field 'localeLanguage'.- Parameters:
localeLanguage- the value of field 'localeLanguage'.
-
setLocaleVariant
Sets the value of field 'localeVariant'.- Parameters:
localeVariant- the value of field 'localeVariant'.
-
setLookAndFeel
Sets the value of field 'lookAndFeel'.- Parameters:
lookAndFeel- the value of field 'lookAndFeel'.
-
setPlugin
Method setPlugin- Parameters:
index-vPlugin-- Throws:
IndexOutOfBoundsException
-
setPlugin
Method setPlugin- Parameters:
pluginArray-
-
setPluginsDirectory
Sets the value of field 'pluginsDirectory'.- Parameters:
pluginsDirectory- the value of field 'pluginsDirectory'
-
unmarshal
public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method unmarshal- Parameters:
reader-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
validate
public void validate() throws org.exolab.castor.xml.ValidationExceptionMethod validate- Throws:
org.exolab.castor.xml.ValidationException
-