org.apache.maven.artifact.ant
Class Profile

java.lang.Object
  extended by org.apache.maven.artifact.ant.Profile

public class Profile
extends Object

Container for activating profiles


Constructor Summary
Profile()
           
 
Method Summary
 String getActive()
           
 String getId()
           
 void setActive(String active)
           
 void setId(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Method Detail

getId

public String getId()

setId

public void setId(String name)

setActive

public void setActive(String active)

getActive

public String getActive()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.