public static enum LibertyManagedObject.LibertyManagedProperty extends Enum<LibertyManagedObject.LibertyManagedProperty> implements LibertyProperty.LibertyPropertyI
| Enum Constant and Description |
|---|
addLocalConnector |
allowConnectingToRunningServer |
appDeployTimeout |
appUndeployTimeout |
deployType |
failSafeUndeployment |
javaVmArguments |
outputToConsole |
securityConfiguration |
serverStartTimeout |
sharedLib |
verifyAppDeployTimeout |
verifyApps |
| Modifier and Type | Method and Description |
|---|---|
static LibertyManagedObject.LibertyManagedProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibertyManagedObject.LibertyManagedProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibertyManagedObject.LibertyManagedProperty serverStartTimeout
public static final LibertyManagedObject.LibertyManagedProperty appDeployTimeout
public static final LibertyManagedObject.LibertyManagedProperty appUndeployTimeout
public static final LibertyManagedObject.LibertyManagedProperty sharedLib
public static final LibertyManagedObject.LibertyManagedProperty deployType
public static final LibertyManagedObject.LibertyManagedProperty javaVmArguments
public static final LibertyManagedObject.LibertyManagedProperty addLocalConnector
public static final LibertyManagedObject.LibertyManagedProperty securityConfiguration
public static final LibertyManagedObject.LibertyManagedProperty failSafeUndeployment
public static final LibertyManagedObject.LibertyManagedProperty outputToConsole
public static final LibertyManagedObject.LibertyManagedProperty allowConnectingToRunningServer
public static final LibertyManagedObject.LibertyManagedProperty verifyApps
public static final LibertyManagedObject.LibertyManagedProperty verifyAppDeployTimeout
public static LibertyManagedObject.LibertyManagedProperty[] values()
for (LibertyManagedObject.LibertyManagedProperty c : LibertyManagedObject.LibertyManagedProperty.values()) System.out.println(c);
public static LibertyManagedObject.LibertyManagedProperty 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 nullCopyright © 2018 the original author or authors.