@Label(value="ActivationOS") public interface MavenActivationOSDescriptor extends MavenDescriptor
ActivationOS
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
@Property(value="arch") String getArch()
void setArch(String arch)
arch
- @Property(value="family") String getFamily()
void setFamily(String family)
family
- @Property(value="name") String getName()
void setName(String name)
name
- @Property(value="version") String getVersion()
void setVersion(String version)
version
- Copyright © 2016 buschmais GbR. All rights reserved.