A B C D E F G H I J K L M N O P Q R S T U V W X Y

G

GeisaDefines - Interface in com.irisel.util
Defines for the Geisa package
get(String) - Method in class com.irisel.util.ConfigurationProperties
Retrieves the value stored for a key in this properties collection.
get(String, Object) - Method in class com.irisel.util.ConfigurationProperties
Retrieves the value stored for a key in this properties collection, and returning the default value if the key was not stored in this properties collection.
get(int) - Method in class com.irisel.util.ConfigurationPropertiesList
Returns the value in the specified column.
get(int) - Method in class org.json.simple.ItemList
 
getActiveModules() - Method in class com.irisel.modules.PackageManager
Returns all active modules.
getAllModules() - Method in class com.irisel.modules.PackageManager
Returns an array of the currently active modules.
getAppHomeDir() - Static method in class com.irisel.system.OMSSystem
Looks for the application home directory by looking to the OMS_HOME variable If not set, will use holmes within APPDATA (Windows), user.home (Mac) or HOME (Unix).
getArg(String, String) - Static method in class com.irisel.util.ArgumentTokenizer
Returns "argvalue" given "ARGNAME"
getArray() - Method in class org.json.simple.ItemList
 
getBytecode(String) - Method in class com.irisel.system.OMSClassLoader
 
getCharOffset() - Method in class com.irisel.util.ParseError
 
getCharOffset() - Method in class com.irisel.util.xml.ParseError
 
getClassIcon(String) - Static method in class com.irisel.util.Configuration
 
getColumnCount() - Method in class com.irisel.util.ConfigurationPropertiesList
Returns the number of columns.
getColumnName(int) - Method in class com.irisel.util.ConfigurationPropertiesList
Returns the name of the specified column.
getConfigProperties() - Method in class com.irisel.util.Configuration
 
getConfigProperty(String) - Method in class com.irisel.util.Configuration
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in class com.irisel.util.Configuration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfiguration() - Method in class com.irisel.util.Configuration
Returns the collection of properties for the configuration.
getDescription() - Method in class com.irisel.modules.AbstractModule
Returns the module description.
getDescription() - Method in interface com.irisel.modules.Module
Returns a short description of the modules functionality.
getError(Node) - Method in class com.irisel.util.ErrorStorer
The ParseError object for the node key is returned.If the node doesn't have errors, null is returned.
getError(Node) - Method in class com.irisel.util.xml.ErrorStorer
The ParseError object for the node key is returned.If the node doesn't have errors, null is returned.
getErrorNodes() - Method in class com.irisel.util.ErrorStorer
The client is is allowed to get a reference to the Hashtable, and so could corrupt it, or add to it...
getErrorNodes() - Method in class com.irisel.util.xml.ErrorStorer
The client is is allowed to get a reference to the Hashtable, and so could corrupt it, or add to it...
getErrorsString(ErrorStorer) - Static method in class com.irisel.util.IriselDomParser
 
getErrorsString() - Method in class com.irisel.util.IriselDomParser
 
getErrorsString(ErrorStorer) - Static method in class com.irisel.util.xml.IriselDomParser
 
getErrorsString() - Method in class com.irisel.util.xml.IriselDomParser
 
getErrorStorer() - Method in class com.irisel.util.IriselDomParser
 
getErrorStorer() - Method in class com.irisel.util.xml.IriselDomParser
 
getErrorType() - Method in exception org.json.simple.parser.ParseException
 
getFactory() - Method in class com.irisel.util.xml.MyStAXParser
 
getFileName() - Method in class com.irisel.util.ParseError
 
getFileName() - Method in class com.irisel.util.xml.ParseError
 
getFolder(String, String) - Method in class com.irisel.mail.MailClient
 
getFolders() - Method in class com.irisel.mail.MailClient
 
getFolders(String) - Method in class com.irisel.mail.MailClient
 
getGlobalConfig() - Static method in class com.irisel.util.Configuration
Deprecated.  
getHd() - Method in class com.irisel.util.xml.XMLGenerator
 
getHost() - Method in class com.irisel.mail.MailClient
 
getInstance() - Static method in class com.irisel.mail.SendMail
 
getInstance() - Static method in class com.irisel.modules.PackageManager
Returns the singleton instance of the package manager.
getItems() - Method in class org.json.simple.ItemList
 
getJavaEncoding() - Method in class com.irisel.util.DOMParserSaveEncoding
 
getJavaEncoding() - Method in class com.irisel.util.xml.DOMParserSaveEncoding
 
getKey() - Method in class com.irisel.util.ParseError
 
getKey() - Method in class com.irisel.util.xml.ParseError
 
getLineNo() - Method in class com.irisel.util.ParseError
 
getLineNo() - Method in class com.irisel.util.xml.ParseError
 
getLogLevel() - Method in class com.irisel.util.Configuration
Returns the log level.
getLogTarget() - Method in class com.irisel.util.Configuration
Returns the current log target.
getMajorVersion() - Method in class com.irisel.modules.DefaultModuleInfo
Returns the major version of the module.
getMajorVersion() - Method in interface com.irisel.modules.ModuleInfo
Returns the major version of the base module.
getMinorVersion() - Method in class com.irisel.modules.DefaultModuleInfo
Returns the minor version of the module.
getMinorVersion() - Method in interface com.irisel.modules.ModuleInfo
Returns the minor version of the base module.
getModule() - Method in class com.irisel.modules.PackageState
Returns the module managed by this state implementation.
getModuleClass() - Method in class com.irisel.modules.DefaultModuleInfo
Returns the class name of the module described implementation.
getModuleClass() - Method in interface com.irisel.modules.ModuleInfo
Returns the module class of the desired base module.
getMsg() - Method in class com.irisel.util.ParseError
 
getMsg() - Method in class com.irisel.util.xml.ParseError
 
getName() - Method in class com.irisel.modules.AbstractModule
Returns the name of this module.
getName() - Method in interface com.irisel.modules.Module
Returns the module name.
getNamespaces() - Method in class com.irisel.mail.MailClient
 
getOptionalModules() - Method in class com.irisel.modules.AbstractModule
Returns a copy of the required modules array.
getOptionalModules() - Method in interface com.irisel.modules.Module
Returns an array of optional modules.
getOut() - Method in class com.irisel.util.xml.XMLGenerator
 
getPackageConfiguration() - Method in class com.irisel.modules.PackageManager
Returns the default package configuration.
getParser() - Method in class com.irisel.util.IriselDomParser
 
getParser() - Method in class com.irisel.util.xml.IriselDomParser
 
getPassword() - Method in class com.irisel.mail.MailClient
 
getPatchLevel() - Method in class com.irisel.modules.DefaultModuleInfo
Returns the patch level version of the module.
getPatchLevel() - Method in interface com.irisel.modules.ModuleInfo
Returns the patchlevel version of the base module.
getPerm(int, int) - Static method in class com.irisel.dummy.PermTest
 
getPort() - Method in class com.irisel.mail.MailClient
 
getPosition() - Method in class org.json.simple.parser.JSONParser
 
getPosition() - Method in exception org.json.simple.parser.ParseException
 
getProducer() - Method in class com.irisel.modules.AbstractModule
Returns the producer of the module.
getProducer() - Method in interface com.irisel.modules.Module
Returns the name of the module producer.
getProtocol() - Method in class com.irisel.mail.MailClient
 
getRandomString(int) - Static method in class com.irisel.util.Tools
 
getReader(Base64.InputStream) - Method in class com.irisel.util.xml.MyStAXParser
 
getRequiredModules() - Method in class com.irisel.modules.AbstractModule
Returns a copy of the required modules array.
getRequiredModules() - Method in interface com.irisel.modules.Module
Returns an array of all required modules.
getResource(String) - Method in class com.irisel.system.OMSClassLoader
 
getResourceAsStream(String) - Method in class com.irisel.system.OMSClassLoader
 
getSerializer() - Method in class com.irisel.util.xml.XMLGenerator
 
getSession() - Method in class com.irisel.mail.SendMail
 
getSingleton() - Static method in class com.irisel.system.OMSClassLoader
 
getState() - Method in class com.irisel.modules.PackageState
Returns the current state of the module.
getStreamResult() - Method in class com.irisel.util.xml.XMLGenerator
 
getString(String) - Static method in class com.irisel.util.Messages
 
getString(ResourceBundle, String) - Static method in class com.irisel.util.Messages
 
getSubSystem() - Method in class com.irisel.modules.AbstractModule
Returns the modules subsystem.
getSubSystem() - Method in interface com.irisel.modules.Module
Returns the modules subsystem.
getSystemId() - Method in class com.irisel.util.IriselDomParser
 
getSystemId() - Method in class com.irisel.util.xml.IriselDomParser
 
getText(Part) - Method in class com.irisel.mail.MailClient
 
getText() - Method in class com.irisel.util.DOMWriter
Returns the XML text for the DOM
getText() - Method in class com.irisel.util.xml.DOMWriter
Returns the XML text for the DOM
getTextPart(Part, boolean) - Method in class com.irisel.mail.MailClient
 
getTextType(Part) - Method in class com.irisel.mail.MailClient
 
getTf() - Method in class com.irisel.util.xml.XMLGenerator
 
getTransformerHandler() - Method in class com.irisel.util.xml.XMLGenerator
 
getUnexpectedObject() - Method in exception org.json.simple.parser.ParseException
 
getUrl() - Method in class com.irisel.mail.MailClient
 
getUser() - Method in class com.irisel.mail.MailClient
 
GZIP - Static variable in class com.irisel.util.cipher.Base64
Specify that data should be gzip-compressed.

A B C D E F G H I J K L M N O P Q R S T U V W X Y