Uses of Class
com.ibm.are.platform.FileTypes

Packages that use FileTypes
com.ibm.are.platform ARE platform abstraction specification
 
 

Uses of FileTypes in com.ibm.are.platform
 

Fields in com.ibm.are.platform declared as FileTypes
static FileTypes FileTypes.DIRECTORY
          Directory type
static FileTypes FileTypes.FILE
          File type
protected static FileTypes[] FileTypes.fileTypeSet
          The entire set of known file types, sorted by type name
static FileTypes FileTypes.SYMLINK
          Symbolic link type
static FileTypes FileTypes.UNKNOWN
          Unknown file type
 

Methods in com.ibm.are.platform that return FileTypes
 FileTypes FileTypes.fromPath(java.io.File theFile)
          Determines the file type from the given path
 FileTypes FileTypeIdentifier.fromPath(java.io.File theFile)
          Determines the file type from the given path
 FileTypes FileTypes.fromString(java.lang.String theFile)
          Determines the file type from the given string
 FileTypes FileTypeIdentifier.fromString(java.lang.String theFile)
          Determines the file type from the given string