| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.Activation
public class Activation
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
| Constructor Summary | |
|---|---|
Activation()
 | 
|
| Method Summary | |
|---|---|
 ActivationFile | 
getFile()
Get Specifies that this profile will be activated based on existence of a file.  | 
 String | 
getJdk()
Get Specifies that this profile will be activated when a matching JDK is detected.  | 
 String | 
getModelEncoding()
 | 
 ActivationOS | 
getOs()
Get Specifies that this profile will be activated when matching OS attributes are detected.  | 
 ActivationProperty | 
getProperty()
Get Specifies that this profile will be activated when this System property is specified.  | 
 boolean | 
isActiveByDefault()
Get Flag specifying whether this profile is active as a default.  | 
 void | 
setActiveByDefault(boolean activeByDefault)
Set Flag specifying whether this profile is active as a default.  | 
 void | 
setFile(ActivationFile file)
Set Specifies that this profile will be activated based on existence of a file.  | 
 void | 
setJdk(String jdk)
Set Specifies that this profile will be activated when a matching JDK is detected.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setOs(ActivationOS os)
Set Specifies that this profile will be activated when matching OS attributes are detected.  | 
 void | 
setProperty(ActivationProperty property)
Set Specifies that this profile will be activated when this System property is specified.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Activation()
| Method Detail | 
|---|
public ActivationFile getFile()
public String getJdk()
public ActivationOS getOs()
public ActivationProperty getProperty()
public boolean isActiveByDefault()
public void setActiveByDefault(boolean activeByDefault)
activeByDefault - public void setFile(ActivationFile file)
file - public void setJdk(String jdk)
jdk - public void setOs(ActivationOS os)
os - public void setProperty(ActivationProperty property)
property - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||