Uses of Class
logist.LogistSettings.FileKey

Packages that use LogistSettings.FileKey
logist   
 

Uses of LogistSettings.FileKey in logist
 

Methods in logist that return LogistSettings.FileKey
static LogistSettings.FileKey LogistSettings.FileKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogistSettings.FileKey[] LogistSettings.FileKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in logist with parameters of type LogistSettings.FileKey
 java.io.File LogistSettings.get(LogistSettings.FileKey key)
           
 void LogistSettings.set(LogistSettings.FileKey key, java.io.File value)