org.jboss.forge.maven.profiles
Class ProfileImpl
java.lang.Object
org.jboss.forge.maven.profiles.ProfileImpl
- All Implemented Interfaces:
- Profile
public class ProfileImpl
- extends Object
- implements Profile
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileImpl
public ProfileImpl()
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.