Modifier and Type | Method and Description |
---|---|
ActivationFile |
ActivationFile.Builder.build() |
ActivationFile |
Activation.getFile()
Specifies that this profile will be activated based on existence of a file.
|
static ActivationFile |
ActivationFile.newInstance()
Creates a new
ActivationFile instance. |
static ActivationFile |
ActivationFile.newInstance(boolean withDefaults)
Creates a new
ActivationFile instance using default values or not. |
ActivationFile |
ActivationFile.withExists(String exists)
Creates a new
ActivationFile instance using the specified exists. |
ActivationFile |
ActivationFile.withMissing(String missing)
Creates a new
ActivationFile instance using the specified missing. |
Modifier and Type | Method and Description |
---|---|
Activation.Builder |
Activation.Builder.file(ActivationFile file) |
static ActivationFile.Builder |
ActivationFile.newBuilder(ActivationFile from)
Creates a new
ActivationFile builder instance using the specified object as a basis. |
static ActivationFile.Builder |
ActivationFile.newBuilder(ActivationFile from,
boolean forceCopy)
Creates a new
ActivationFile builder instance using the specified object as a basis. |
Activation |
Activation.withFile(ActivationFile file)
Creates a new
Activation instance using the specified file. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.