public static enum InstalledRepository.InstallationStatus extends Enum<InstalledRepository.InstallationStatus>
Enum Constant and Description |
---|
CLONING |
DEACTIVATED |
ERROR |
INSTALLED |
INSTALLING_REPOSITORY_DEPENDENCIES |
INSTALLING_TOOL_DEPENDENCIES |
LOADING_PROPRIETARY_DATATYPES |
NEW |
SETTING_TOOL_VERSIONS |
UNINSTALLED |
Modifier and Type | Method and Description |
---|---|
static InstalledRepository.InstallationStatus |
fromText(String text) |
boolean |
isComplete() |
static InstalledRepository.InstallationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstalledRepository.InstallationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstalledRepository.InstallationStatus NEW
public static final InstalledRepository.InstallationStatus CLONING
public static final InstalledRepository.InstallationStatus SETTING_TOOL_VERSIONS
public static final InstalledRepository.InstallationStatus INSTALLING_REPOSITORY_DEPENDENCIES
public static final InstalledRepository.InstallationStatus INSTALLING_TOOL_DEPENDENCIES
public static final InstalledRepository.InstallationStatus LOADING_PROPRIETARY_DATATYPES
public static final InstalledRepository.InstallationStatus INSTALLED
public static final InstalledRepository.InstallationStatus DEACTIVATED
public static final InstalledRepository.InstallationStatus ERROR
public static final InstalledRepository.InstallationStatus UNINSTALLED
public static InstalledRepository.InstallationStatus[] values()
for (InstalledRepository.InstallationStatus c : InstalledRepository.InstallationStatus.values()) System.out.println(c);
public static InstalledRepository.InstallationStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic boolean isComplete()
public static InstalledRepository.InstallationStatus fromText(String text)
Copyright © 2014. All rights reserved.