Uses of Class
com.norconex.importer.response.ImporterStatus.Status
-
Packages that use ImporterStatus.Status Package Description com.norconex.importer.response -
-
Uses of ImporterStatus.Status in com.norconex.importer.response
Methods in com.norconex.importer.response that return ImporterStatus.Status Modifier and Type Method Description ImporterStatus.Status
ImporterStatus. getStatus()
static ImporterStatus.Status
ImporterStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImporterStatus.Status[]
ImporterStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.norconex.importer.response with parameters of type ImporterStatus.Status Constructor Description ImporterStatus(ImporterStatus.Status status, String description)
-