Package com.ibm.are.platform

ARE platform abstraction specification

See:
          Description

Interface Summary
FileSystem The FileSystem interface defines file system operations that must be implemented for any platform where ARE runs.
FileTypeIdentifier The FileTypeIdentifier interface defines methods for identifying the file type based on either a fully qualified path to the file or simply a string name for the file.
ProductInfo The ProductInfo interface defines an abstract set of information about the ARE product installed on the OS where ARE is running.
Shell The Shell interface defines platform shell operations that must be implemented for any platform where ARE runs.
 

Class Summary
FileTypes The FileTypes class implements a base set of file types that are common across all platforms supported by ARE.
Platform The Platform class defines a set of platform specific operations that must be implemented by a platform impl object.
UserInfo The UserInfo class provides an abstract, platform neutral way to retrieve information about the user that is running ARE.
 

Exception Summary
UnsupportedPlatformException The UnsupportedPlatformException exception class can be thrown when ARE detects that it is running on a platform that it currently does not support.
 

Package com.ibm.are.platform Description

ARE platform abstraction specification