Forge - Parent 1.2.2-SNAPSHOT

org.jboss.forge.maven.profiles
Class ProfileImpl

java.lang.Object
  extended by org.jboss.forge.maven.profiles.ProfileImpl
All Implemented Interfaces:
Profile

public class ProfileImpl
extends Object
implements Profile


Constructor Summary
ProfileImpl()
           
 
Method Summary
 String getId()
           
 Properties getProperties()
           
 boolean isActiveByDefault()
           
 List<Dependency> listDependencies()
           
 List<DependencyRepository> listRepositories()
           
 void setActivateByDefault(boolean activateByDefault)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileImpl

public ProfileImpl()
Method Detail

getId

public String getId()
Specified by:
getId in interface Profile

isActiveByDefault

public boolean isActiveByDefault()
Specified by:
isActiveByDefault in interface Profile

listDependencies

public List<Dependency> listDependencies()
Specified by:
listDependencies in interface Profile

listRepositories

public List<DependencyRepository> listRepositories()
Specified by:
listRepositories in interface Profile

getProperties

public Properties getProperties()
Specified by:
getProperties in interface Profile

setId

public void setId(String id)

setActivateByDefault

public void setActivateByDefault(boolean activateByDefault)

Forge - Parent 1.2.2-SNAPSHOT

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.