|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.profiles.ActivationOS
This is an activator which will detect an operating system's attributes in order to activate its profile.
| Constructor Summary | |
ActivationOS()
|
|
| Method Summary | |
String |
getArch()
Get The architecture of the OS to be used to activate a profile |
String |
getFamily()
Get The general family of the OS to be used to activate a profile (e.g. |
String |
getModelEncoding()
|
String |
getName()
Get The name of the OS to be used to activate a profile |
String |
getVersion()
Get The version of the OS to be used to activate a profile |
void |
setArch(String arch)
Set The architecture of the OS to be used to activate a profile |
void |
setFamily(String family)
Set The general family of the OS to be used to activate a profile (e.g. |
void |
setModelEncoding(String modelEncoding)
|
void |
setName(String name)
Set The name of the OS to be used to activate a profile |
void |
setVersion(String version)
Set The version of the OS to be used to activate a profile |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActivationOS()
| Method Detail |
public String getArch()
public String getFamily()
public String getName()
public String getVersion()
public void setArch(String arch)
arch - public void setFamily(String family)
family - public void setName(String name)
name - public void setVersion(String version)
version - public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||