Uses of Class
ch.claudio.contactdb.Importer.HandleStatus

Packages that use Importer.HandleStatus
ch.claudio.contactdb The conteact db shall help me organize the different information I have about persons I know. 
 

Uses of Importer.HandleStatus in ch.claudio.contactdb
 

Methods in ch.claudio.contactdb that return Importer.HandleStatus
 Importer.HandleStatus Importer.canHandle(java.io.File file)
          Inspects the file or directory and judges to what extent it can handle it.
 Importer.HandleStatus GaimImporter.canHandle(java.io.File file)
           
 Importer.HandleStatus LicqImporter.canHandle(java.io.File file)
           
static Importer.HandleStatus Importer.HandleStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Importer.HandleStatus[] Importer.HandleStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.