| Modifier and Type | Method and Description | 
|---|---|
Activation | 
Activation.Builder.build()  | 
Activation | 
Profile.getActivation()
The conditional logic which will automatically trigger the inclusion of this
 profile. 
 | 
static Activation | 
Activation.newInstance()
Creates a new  
Activation instance. | 
static Activation | 
Activation.newInstance(boolean withDefaults)
Creates a new  
Activation instance using default values or not. | 
Activation | 
Activation.withActiveByDefault(boolean activeByDefault)
Creates a new  
Activation instance using the specified activeByDefault. | 
Activation | 
Activation.withFile(ActivationFile file)
Creates a new  
Activation instance using the specified file. | 
Activation | 
Activation.withJdk(String jdk)
Creates a new  
Activation instance using the specified jdk. | 
Activation | 
Activation.withOs(ActivationOS os)
Creates a new  
Activation instance using the specified os. | 
Activation | 
Activation.withProperty(ActivationProperty property)
Creates a new  
Activation instance using the specified property. | 
| Modifier and Type | Method and Description | 
|---|---|
Profile.Builder | 
Profile.Builder.activation(Activation activation)  | 
static Activation.Builder | 
Activation.newBuilder(Activation from)
Creates a new  
Activation builder instance using the specified object as a basis. | 
static Activation.Builder | 
Activation.newBuilder(Activation from,
          boolean forceCopy)
Creates a new  
Activation builder instance using the specified object as a basis. | 
Profile | 
Profile.withActivation(Activation activation)
Creates a new  
Profile instance using the specified activation. | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.