|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.ActivationCustom
public class ActivationCustom
This activation allows users to specify their own custom trigger for a profile.
Field Summary | |
---|---|
private java.lang.Object |
configuration
The specification for triggering the profile according to the rules of the custom activation type. |
private java.lang.String |
type
The type (role-hint) of activation which is to be used to activate the profile. |
Constructor Summary | |
---|---|
ActivationCustom()
|
Method Summary | |
---|---|
java.lang.Object |
getConfiguration()
Get the specification for triggering the profile according to the rules of the custom activation type. |
java.lang.String |
getType()
Get the type (role-hint) of activation which is to be used to activate the profile. |
void |
setConfiguration(java.lang.Object configuration)
Set the specification for triggering the profile according to the rules of the custom activation type. |
void |
setType(java.lang.String type)
Set the type (role-hint) of activation which is to be used to activate the profile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object configuration
private java.lang.String type
Constructor Detail |
---|
public ActivationCustom()
Method Detail |
---|
public java.lang.Object getConfiguration()
public java.lang.String getType()
public void setConfiguration(java.lang.Object configuration)
configuration
- public void setType(java.lang.String type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |