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

G

GenericAreException - Exception in com.ibm.are.common
The GenericAreException exception class can be thrown for many different reasons, and thus can be used for a wide variety of exceptions within the ARE environment.
GenericAreException() - Constructor for exception com.ibm.are.common.GenericAreException
Constructs a new GenericAreException object with no detailed message.
GenericAreException(String) - Constructor for exception com.ibm.are.common.GenericAreException
Constructs a new GenericAreException object with the specified detail message.
GenericAreException(String, Throwable) - Constructor for exception com.ibm.are.common.GenericAreException
Constructs a new GenericAreException object with the specified detail message and original exception.
GenericAreException(Throwable) - Constructor for exception com.ibm.are.common.GenericAreException
Constructs a new GenericAreException object with no detail message and the specified original exception.
GenericList - Class in com.ibm.are.common
The GenericList class represents a list of items.
GenericList() - Constructor for class com.ibm.are.common.GenericList
Constructs a an empty GenericList object
GenericList(Collection) - Constructor for class com.ibm.are.common.GenericList
Constructs a GenericList object and populates it with the contents of the specified collection.
GenericList(Object[]) - Constructor for class com.ibm.are.common.GenericList
Constructs a GenericList object and populates it with the contents of the specified list.
get() - Static method in class com.ibm.are.platform.impl.IBMi
Retrieves a reference to the singleton IBMi object
getAS400() - Static method in class com.ibm.are.platform.impl.IBMi
Get the shared AS400 object based on the sharing policy
getAttribute(String) - Method in class com.ibm.are.platform.UserInfo
Retrieves the value for the specified user attribute
getCLIPath() - Method in class com.ibm.are.platform.impl.IBMiShell
Get the fully qualified path and name of the operating system command line interpreter (CLI).
getCLIPath() - Method in interface com.ibm.are.platform.Shell
Get the fully qualified path and name of the operating system command line interpreter (CLI).
getCommand() - Method in class com.ibm.are.common.CommandRunner
Retrieves the command to run
getCommonName() - Method in class com.ibm.are.service.LoggingService
getContents() - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Retrieves the entire contents of the report.
getContents() - Method in interface com.ibm.are.report.ReporterReporting
Retrieves the entire contents of the report.
getCurrentThreadUserID() - Static method in class com.ibm.are.platform.impl.IBMi
Retrieves the ID of the user running in the current thread
getDescription() - Method in class com.ibm.are.service.LoggingService
getElementData() - Method in class com.ibm.are.plugin.BasePlugin
getElementData() - Method in class com.ibm.are.service.BaseService
getElementData() - Method in class com.ibm.are.service.BaseSingletonService
getException() - Method in class com.ibm.are.plugin.ExtendedResultInfo
Retrieves any exception associated with the result information
getExtendedInfo() - Method in class com.ibm.are.plugin.ExtendedResultInfo
Retrieves any additional information associated with the result
getGlobalLogger() - Method in class com.ibm.are.service.LoggingService
Retrieves a reference to the global logger
getGlobalServiceLogger() - Static method in class com.ibm.are.common.Utils
Retrieves a reference to the global ARE logger.
getInput(String) - Method in class com.ibm.are.plugin.BasePlugin
Retrieves an input value from standard input.
getInstance(String) - Static method in class com.ibm.are.common.Utils
Creates and returns a new instance of the specified class
getItemFromMap(NamedNodeMap, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the value for the specified attribute from the provided node map
getItemFromMap(NamedNodeMap, String, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the value for the specified attribute from the provided node map
getItemFromNode(Node, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the value for the specified attribute from the provided node
getItemFromNode(Node, String, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the value for the specified attribute from the provided node
getJarDirectory() - Method in class com.ibm.are.platform.impl.IBMiProductInfo
Retrieves the location in the file system where the ARE product jar files are.
getJarDirectory() - Method in interface com.ibm.are.platform.ProductInfo
Retrieves the location in the file system where the ARE product jar files are.
getJavaProductId() - Method in class com.ibm.are.platform.impl.IBMi
Retrieves the full seven digit Java product ID for the IBM i OS version where ARE is currently running.
getJavaReleaseLevel() - Method in class com.ibm.are.platform.impl.IBMi
Retrieves the release level for the Java product for the IBM i OS where ARE is currently running.
getListEndMarker() - Method in class com.ibm.are.common.GenericList
Retrieves the end marker for the string representation of this list
getListItemEndMarker() - Method in class com.ibm.are.common.GenericList
Retrieves the end marker for an item within the string representation of this list
getListItemStartMarker() - Method in class com.ibm.are.common.GenericList
Retrieves the start marker for an item within the string representation of this list
getListStartMarker() - Method in class com.ibm.are.common.GenericList
Retrieves the start marker for the string representation of this list
getLogger() - Method in class com.ibm.are.plugin.BasePlugin
Retrieves the logger associated with the plugin
getLogger() - Method in interface com.ibm.are.plugin.Plugin
Retrieves the logger associated with the plugin
getLogger() - Method in class com.ibm.are.plugin.PluginData
Retrieves a logger that can be used for logging events
getMajor() - Method in class com.ibm.are.common.Version
Retrieves the major version number
getMinor() - Method in class com.ibm.are.common.Version
Retrieves the minor version number
getName() - Method in class com.ibm.are.platform.FileTypes
Retrieves the name of the file type
getName() - Method in class com.ibm.are.platform.impl.IBMiProductInfo
Retrieves the ARE Core product name on the IBM i system
getName() - Method in interface com.ibm.are.platform.ProductInfo
Retrieves the ARE product name for the OS where ARE is installed and running
getName() - Method in class com.ibm.are.platform.UserInfo
Retrieves the user name
getNestingLevel() - Method in class com.ibm.are.common.DirectoryTreeItem
Retrieves the nesting level (depth) of the directory tree item
getNode() - Method in class com.ibm.are.common.XmlUtils.SingleNode
Retrieves the XML node represented by this object
getNodeTextContent(Node) - Static method in class com.ibm.are.common.XmlUtils
An alternative to the Node.getTextContent method (DOM3/JDK1.5) Note that this method only works with the simplest method to retrieve text content.
getOsName() - Method in class com.ibm.are.platform.Platform
Retrieves the platform OS name
getOsVersion() - Method in class com.ibm.are.platform.impl.IBMi
Retrieves the IBM i OS version
getOsVersion() - Method in class com.ibm.are.platform.Platform
Retrieves the platform OS version
getOutputFormat() - Method in class com.ibm.are.plugin.BasePlugin.ReporterCollection
Retrieves the output format used for reporting
getOutputFormat() - Method in interface com.ibm.are.report.ReporterReporting
Retrieves the output format used for reporting
getPluginData() - Method in class com.ibm.are.plugin.BasePlugin
Retrieves the plugin data associated with this plugin.
getProductIdPrefix() - Method in class com.ibm.are.platform.impl.IBMi
Retrieves the OS-specific product ID prefix.
getProductIdPrefix(String) - Method in class com.ibm.are.platform.impl.IBMi
Retrieves the IBM i product ID prefix for the specified OS version.
getReferenceFromName(XmlParsingEngine, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the specified reference from the global context of the provided parsing engine.
getReporter() - Method in class com.ibm.are.plugin.BasePlugin
Retrieves the reporter for the plugin
getReporter() - Method in interface com.ibm.are.plugin.Plugin
Retrieves the reporter for the plugin
getRequiredAttribute(Node, String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves the value for the specified attribute from the given node.
getRevision() - Method in class com.ibm.are.common.Version
Retrieves the revision version number
getRootDirectory() - Method in class com.ibm.are.common.DirectoryTreeBuilder
Retrieves the root directory for the tree
getScriptDirectory() - Method in class com.ibm.are.platform.impl.IBMiProductInfo
Retrieves the location in the file system where the ARE product scripts are.
getScriptDirectory() - Method in interface com.ibm.are.platform.ProductInfo
Retrieves the location in the file system where the ARE product scripts are.
getSortFieldValue() - Method in class com.ibm.are.common.XmlUtils.SingleNode
Retrieves the string to use for sorting
getStandardOut() - Method in class com.ibm.are.plugin.BasePlugin
Retrieves the standard output writer for the plugin.
getStandardOut() - Method in interface com.ibm.are.plugin.Plugin
Retrieves the standard output writer for the plugin.
getString() - Method in class com.ibm.are.common.AlignableString
Retrieves the aligned string
getSymbolicLinkTarget(File) - Method in interface com.ibm.are.platform.FileSystem
Retrieves the true target of the symbolic link
getSymbolicLinkTarget(File) - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Retrieves the true target of the symbolic link
getTemplateResource(String) - Method in class com.ibm.are.plugin.BasePlugin
Answers a stream on a resource found by looking up 'resName' in the template.
getTree() - Method in class com.ibm.are.common.DirectoryTreeBuilder
Retrieves an iterator over the entire contents of the directory tree
getVersion() - Method in class com.ibm.are.plugin.BasePlugin
getVersion() - Method in class com.ibm.are.service.LoggingService
getXmlDocumentFromFile(String) - Static method in class com.ibm.are.common.XmlUtils
Retrieves an XML document from a file
getXmlDocumentFromJar(String, ClassLoader) - Static method in class com.ibm.are.common.XmlUtils
Retrieves an XML document from a file in a JAR
getXmlDocumentFromStream(InputStream) - Static method in class com.ibm.are.common.XmlUtils
Builds and returns an XML document from the provided input stream
getXmlDocumentFromUrl(URL) - Static method in class com.ibm.are.common.XmlUtils
Retrieves an XML document from a URL

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