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

I

IBMi - Class in com.ibm.are.platform.impl
The IBMi class implements platform specific operations that are required by the ARE Core.
IBMi() - Constructor for class com.ibm.are.platform.impl.IBMi
Constructs an IBMi object
IBMiFileSystem - Class in com.ibm.are.platform.impl
The IBMiFileSystem interface implements file system operations that must be implemented for any platform where ARE runs.
IBMiProductInfo - Class in com.ibm.are.platform.impl
The IBMiProductInfo class provides a set of information about the ARE Core installed on the system where ARE is running.
IBMiProductInfo() - Constructor for class com.ibm.are.platform.impl.IBMiProductInfo
 
IBMiShell - Class in com.ibm.are.platform.impl
The IBMiShell interface defines IBM i shell operations that must be implemented for any platform where ARE runs.
IBMiUser - Class in com.ibm.are.platform.impl
The IBMiUser class stores information about the IBM i user profile that is running ARE.
IBMiUser() - Constructor for class com.ibm.are.platform.impl.IBMiUser
Constructs an IBMiUser object representing the user that is currently running ARE.
IBMiUser(UserInfo) - Constructor for class com.ibm.are.platform.impl.IBMiUser
Constructs a new IBMiUser object by copying all of the information from the provided UserInfo object.
INFINITE_DEPTH - Static variable in class com.ibm.are.common.DirectoryTreeBuilder
Represents no maximum depth limit when traversing the directory tree
init(List) - Method in class com.ibm.are.plugin.BasePlugin
Any initialization that the plugin needs to do prior to running can be done in this method.
init(List) - Method in interface com.ibm.are.plugin.Plugin
All plugin initialization is done in this method.
initFields() - Method in class com.ibm.are.common.GenericList
Initializes the internal object fields.
initOutput(String) - Method in class com.ibm.are.plugin.BasePlugin
Initializes the plugin's out stream to the given file name.
initPluginVersion() - Method in class com.ibm.are.plugin.BasePlugin
Used to initialize the plugin's pluginVersion field
InvalidObjectStateException - Exception in com.ibm.are.common
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.
InvalidObjectStateException() - Constructor for exception com.ibm.are.common.InvalidObjectStateException
Constructs a new InvalidObjectStateException object with no detailed message.
InvalidObjectStateException(String) - Constructor for exception com.ibm.are.common.InvalidObjectStateException
Constructs a new InvalidObjectStateException object with the specified detail message.
InvalidServiceStateException - Exception in com.ibm.are.service
The InvalidServiceStateException exception class is used when a service detects that it is in an invalid state.
InvalidServiceStateException() - Constructor for exception com.ibm.are.service.InvalidServiceStateException
Constructs a new InvalidServiceStateException object with no detailed message.
InvalidServiceStateException(String) - Constructor for exception com.ibm.are.service.InvalidServiceStateException
Constructs a new InvalidServiceStateException object with the specified detail message.
isDirectory(File) - Method in interface com.ibm.are.platform.FileSystem
Determines if the type for the specified name is a directory
isDirectory() - Method in class com.ibm.are.platform.FileTypes
Determines if the file type object represents a directory
isDirectory(File) - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Determines if the type for the specified name is a directory
isEqualOrNewerThan(Version) - Method in class com.ibm.are.common.Version
Check whether this version is newer than or equal to the input version object.
isFile(File) - Method in interface com.ibm.are.platform.FileSystem
Determines if the type for the specified name is a file
isFile() - Method in class com.ibm.are.platform.FileTypes
Determines if the file type object represents a file
isFile(File) - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Determines if the type for the specified name is a file
isFileSystemCaseSensitive() - Method in interface com.ibm.are.platform.FileSystem
Determines if path/file names in the file system are case sensitive.
isFileSystemCaseSensitive(String) - Method in interface com.ibm.are.platform.FileSystem
Determines if path/file names in the file system are case sensitive.
isFileSystemCaseSensitive() - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Determines if path/file names in the file system are case sensitive.
isFileSystemCaseSensitive(String) - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Determines if path/file names in the file system are case sensitive.
isIBMi() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the OS where ARE is currently running is an IBM i OS
isIBMi() - Method in class com.ibm.are.platform.Platform
Determines if the OS where ARE is currently running is an IBM i OS
isIBMp() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the OS where ARE is currently running is an IBM p OS
isIBMp() - Method in class com.ibm.are.platform.Platform
Determines if the OS where ARE is currently running is an IBM p OS
isIBMx() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the OS where ARE is currently running is an IBM x OS
isIBMx() - Method in class com.ibm.are.platform.Platform
Determines if the OS where ARE is currently running is an IBM x OS
isLanguageInstalled(String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified language for the specified product is installed
isLanguageInstalled(String, String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified language for the specified product is installed
isLinux() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the OS where ARE is currently running is a Linux OS
isLinux() - Method in class com.ibm.are.platform.Platform
Determines if the OS where ARE is currently running is a Linux OS
isList(String) - Static method in class com.ibm.are.common.StringList
Determines if the given string is a string representation of a StringList object.
isOsPrimaryLanguage(String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified language is the IBM i OS primary language
isPriorToV6R1() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is older than IBM i 6.1
isPriorToV7R1() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is older than IBM i 7.1
isProductInstalled(String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified IBM i product and option are installed
isProductInstalled(String, String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified IBM i product and option are installed
isProductInstalled(String, String, String, String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified IBM i product and option are installed
isProductJar(File) - Method in class com.ibm.are.platform.impl.IBMiProductInfo
Determines if the specified file is an ARE product jar file
isProductJar(File) - Method in interface com.ibm.are.platform.ProductInfo
Determines if the specified file is an ARE product jar file
isProductPrimaryLanguage(String, String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified language for the specified product is the product's primary language
isPtfInstalled(String) - Method in class com.ibm.are.platform.impl.IBMi
Determines if the specified PTF is installed
isSuccessful() - Method in class com.ibm.are.plugin.ResultInfo
Whether or not the plugin completed successfully
isSymbolicLink(File) - Method in interface com.ibm.are.platform.FileSystem
Determines if the type for the specified name is a symbolic link
isSymbolicLink() - Method in class com.ibm.are.platform.FileTypes
Determines if the file type object represents a symbolic link
isSymbolicLink(File) - Method in class com.ibm.are.platform.impl.IBMiFileSystem
Determines if the type for the specified name is a symbolic link
isUnknown() - Method in class com.ibm.are.platform.FileTypes
Determines if the file type object represents an unknown file type
isV5R4() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 5.4
isV6R1() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 6.1
isV6R1OrEarlier() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 6.1 or older
isV6R1OrHigher() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 6.1 or newer
isV7R1() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 7.1
isV7R1OrHigher() - Method in class com.ibm.are.platform.impl.IBMi
Determines if the IBM i OS where ARE is running is IBM 7.1 or newer

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