org.apache.maven.model
Class ActivationOS

java.lang.Object
  extended by org.apache.maven.model.ActivationOS
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

public class ActivationOS
extends Object
implements Serializable, Cloneable, InputLocationTracker

This is an activator which will detect an operating system's attributes in order to activate its profile.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ActivationOS()
           
 
Method Summary
 ActivationOS clone()
          Method clone.
 String getArch()
          Get the architecture of the operating system to be used to activate the profile.
 String getFamily()
          Get the general family of the OS to be used to activate the profile, such as windows or unix.
 InputLocation getLocation(Object key)
          Gets the location of the specified field in the input source.
 String getName()
          Get the name of the operating system to be used to activate the profile.
 String getVersion()
          Get the version of the operating system to be used to activate the profile.
 void setArch(String arch)
          Set the architecture of the operating system to be used to activate the profile.
 void setFamily(String family)
          Set the general family of the OS to be used to activate the profile, such as windows or unix.
 void setLocation(Object key, InputLocation location)
          Sets the location of the specified field.
 void setName(String name)
          Set the name of the operating system to be used to activate the profile.
 void setVersion(String version)
          Set the version of the operating system to be used to activate the profile.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationOS

public ActivationOS()
Method Detail

clone

public ActivationOS clone()
Method clone.

Overrides:
clone in class Object
Returns:
ActivationOS

getArch

public String getArch()
Get the architecture of the operating system to be used to activate the profile.

Returns:
String

getFamily

public String getFamily()
Get the general family of the OS to be used to activate the profile, such as windows or unix.

Returns:
String

getLocation

public InputLocation getLocation(Object key)
Description copied from interface: InputLocationTracker
Gets the location of the specified field in the input source.

Specified by:
getLocation in interface InputLocationTracker
Parameters:
key -
Returns:
InputLocation

getName

public String getName()
Get the name of the operating system to be used to activate the profile. This must be an exact match of the ${os.name} Java property, such as Windows XP.

Returns:
String

getVersion

public String getVersion()
Get the version of the operating system to be used to activate the profile.

Returns:
String

setArch

public void setArch(String arch)
Set the architecture of the operating system to be used to activate the profile.

Parameters:
arch -

setFamily

public void setFamily(String family)
Set the general family of the OS to be used to activate the profile, such as windows or unix.

Parameters:
family -

setLocation

public void setLocation(Object key,
                        InputLocation location)
Description copied from interface: InputLocationTracker
Sets the location of the specified field.

Specified by:
setLocation in interface InputLocationTracker
Parameters:
key -
location -

setName

public void setName(String name)
Set the name of the operating system to be used to activate the profile. This must be an exact match of the ${os.name} Java property, such as Windows XP.

Parameters:
name -

setVersion

public void setVersion(String version)
Set the version of the operating system to be used to activate the profile.

Parameters:
version -


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.