Modifier and Type | Method and Description |
---|---|
ActivationProperty |
ActivationProperty.Builder.build() |
ActivationProperty |
Activation.getProperty()
Specifies that this profile will be activated when this system property is
specified.
|
static ActivationProperty |
ActivationProperty.newInstance()
Creates a new
ActivationProperty instance. |
static ActivationProperty |
ActivationProperty.newInstance(boolean withDefaults)
Creates a new
ActivationProperty instance using default values or not. |
ActivationProperty |
ActivationProperty.withName(String name)
Creates a new
ActivationProperty instance using the specified name. |
ActivationProperty |
ActivationProperty.withValue(String value)
Creates a new
ActivationProperty instance using the specified value. |
Modifier and Type | Method and Description |
---|---|
static ActivationProperty.Builder |
ActivationProperty.newBuilder(ActivationProperty from)
Creates a new
ActivationProperty builder instance using the specified object as a basis. |
static ActivationProperty.Builder |
ActivationProperty.newBuilder(ActivationProperty from,
boolean forceCopy)
Creates a new
ActivationProperty builder instance using the specified object as a basis. |
Activation.Builder |
Activation.Builder.property(ActivationProperty property) |
Activation |
Activation.withProperty(ActivationProperty property)
Creates a new
Activation instance using the specified property. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.