Package com.ibm.are.common

Generalized classes and utilities for use anywhere in ARE

See:
          Description

Class Summary
AlignableString The AlignableString class is a simple way to create a Java String that can be left, center, or right aligned.
CommandRunner The CommandRunner class provides a level of abstraction to the Runtime.exec method.
DirectoryTreeBuilder The DirectoryTreeBuilder class provides a simple interface for iterating through the contents of a directory tree (a directory and all of its sub-directories).
DirectoryTreeItem The DirectoryTreeItem class represents a single item in a directory tree.
GenericList The GenericList class represents a list of items.
StringList The StringList class represents a list of java.lang.String objects.
Utils The Utils class provides a variety of utility methods used by other ARE classes.
Version The Version class is the class that is used throughout the Application Runtime Expert to represent the version of various resources.
XmlUtils The XmlUtils class provides a variety of XML utility methods used by other ARE classes.
XmlUtils.SingleNode The SingleNode class encapsulates a single XML node as well as a string value.
 

Exception Summary
AreMissingResourceException The AreMissingResourceException exception class can be thrown any time the Application Runtime Expert, or any of its plugins, detects a condition where a required resource cannot be found or is missing.
CommonUtilsException The CommonUtilsException exception class can be thrown by various utility methods in the ARE environment.
GenericAreException 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.
InvalidObjectStateException The InvalidObjectStateException exception class can be thrown when an object in the ARE environment discovers that it is in a state that is either unexpected or is not supported.
OsReleaseNotSupportedException The OsReleaseNotSupportedException exception class can be thrown when the ARE is run on an unsupported release of the IBM i operating system.
 

Package com.ibm.are.common Description

Generalized classes and utilities for use anywhere in ARE