Modifier and Type | Method and Description |
---|---|
ActivationFile.Builder |
ActivationFile.Builder.exists(String exists) |
ActivationFile.Builder |
ActivationFile.Builder.location(Object key,
InputLocation location) |
ActivationFile.Builder |
ActivationFile.Builder.missing(String missing) |
static ActivationFile.Builder |
ActivationFile.newBuilder()
Creates a new
ActivationFile builder instance. |
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. |
static ActivationFile.Builder |
ActivationFile.newBuilder(boolean withDefaults)
Creates a new
ActivationFile builder instance using default values or not. |
ActivationFile.Builder |
ActivationFile.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.