Class AndamiConfig

java.lang.Object
org.gvsig.andami.config.generate.AndamiConfig
All Implemented Interfaces:
Serializable

public class AndamiConfig extends Object implements Serializable
Class AndamiConfig.
Version:
$Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
See Also:
  • Constructor Details

    • AndamiConfig

      public AndamiConfig()
  • Method Details

    • addPlugin

      public void addPlugin(Plugin vPlugin) throws IndexOutOfBoundsException
      Method addPlugin
      Parameters:
      vPlugin -
      Throws:
      IndexOutOfBoundsException
    • addPlugin

      public void addPlugin(int index, Plugin vPlugin) throws IndexOutOfBoundsException
      Method addPlugin
      Parameters:
      index -
      vPlugin -
      Throws:
      IndexOutOfBoundsException
    • enumeratePlugin

      public Enumeration enumeratePlugin()
      Method enumeratePlugin
    • getAndami

      public Andami getAndami()
      Returns the value of field 'andami'.
      Returns:
      the value of field 'andami'.
    • getAndamiOptions

      public AndamiOptions getAndamiOptions()
      Returns the value of field 'andamiOptions'.
      Returns:
      the value of field 'andamiOptions'.
    • getLocaleCountry

      public String getLocaleCountry()
      Returns the value of field 'localeCountry'.
      Returns:
      the value of field 'localeCountry'.
    • getLocaleLanguage

      public String getLocaleLanguage()
      Returns the value of field 'localeLanguage'.
      Returns:
      the value of field 'localeLanguage'.
    • getLocaleVariant

      public String getLocaleVariant()
      Returns the value of field 'localeVariant'.
      Returns:
      the value of field 'localeVariant'.
    • getLookAndFeel

      public String getLookAndFeel()
      Returns the value of field 'lookAndFeel'.
      Returns:
      the value of field 'lookAndFeel'.
    • getPlugin

      public Plugin getPlugin(int index) throws IndexOutOfBoundsException
      Method getPlugin
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getPlugin

      public Plugin[] getPlugin()
      Method getPlugin
    • getPluginCount

      public int getPluginCount()
      Method getPluginCount
    • getPluginsDirectory

      public String 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.MarshalException
      org.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:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • removeAllPlugin

      public void removeAllPlugin()
      Method removeAllPlugin
    • removePlugin

      public Plugin removePlugin(int index)
      Method removePlugin
      Parameters:
      index -
    • setAndami

      public void setAndami(Andami andami)
      Sets the value of field 'andami'.
      Parameters:
      andami - the value of field 'andami'.
    • setAndamiOptions

      public void setAndamiOptions(AndamiOptions andamiOptions)
      Sets the value of field 'andamiOptions'.
      Parameters:
      andamiOptions - the value of field 'andamiOptions'.
    • setLocaleCountry

      public void setLocaleCountry(String localeCountry)
      Sets the value of field 'localeCountry'.
      Parameters:
      localeCountry - the value of field 'localeCountry'.
    • setLocaleLanguage

      public void setLocaleLanguage(String localeLanguage)
      Sets the value of field 'localeLanguage'.
      Parameters:
      localeLanguage - the value of field 'localeLanguage'.
    • setLocaleVariant

      public void setLocaleVariant(String localeVariant)
      Sets the value of field 'localeVariant'.
      Parameters:
      localeVariant - the value of field 'localeVariant'.
    • setLookAndFeel

      public void setLookAndFeel(String lookAndFeel)
      Sets the value of field 'lookAndFeel'.
      Parameters:
      lookAndFeel - the value of field 'lookAndFeel'.
    • setPlugin

      public void setPlugin(int index, Plugin vPlugin) throws IndexOutOfBoundsException
      Method setPlugin
      Parameters:
      index -
      vPlugin -
      Throws:
      IndexOutOfBoundsException
    • setPlugin

      public void setPlugin(Plugin[] pluginArray)
      Method setPlugin
      Parameters:
      pluginArray -
    • setPluginsDirectory

      public void setPluginsDirectory(String pluginsDirectory)
      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.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Throws:
      org.exolab.castor.xml.ValidationException