|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.ActivationOS
public class ActivationOS
This is an activator which will detect an operating system's attributes in order to activate its profile.
| Constructor Summary | |
|---|---|
ActivationOS()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArch()
Get The architecture of the OS to be used to activate a profile |
java.lang.String |
getFamily()
Get The general family of the OS to be used to activate a profile (e.g. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The name of the OS to be used to activate a profile |
java.lang.String |
getVersion()
Get The version of the OS to be used to activate a profile |
void |
setArch(java.lang.String arch)
Set The architecture of the OS to be used to activate a profile |
void |
setFamily(java.lang.String family)
Set The general family of the OS to be used to activate a profile (e.g. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The name of the OS to be used to activate a profile |
void |
setVersion(java.lang.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 java.lang.String getArch()
public java.lang.String getFamily()
public java.lang.String getName()
public java.lang.String getVersion()
public void setArch(java.lang.String arch)
arch - public void setFamily(java.lang.String family)
family - public void setName(java.lang.String name)
name - public void setVersion(java.lang.String version)
version - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||