org.jboss.forge.maven.profiles
Interface Profile

All Known Implementing Classes:
ProfileBuilder, ProfileImpl

public interface Profile


Method Summary
 String getId()
           
 Properties getProperties()
           
 boolean isActiveByDefault()
           
 List<Dependency> listDependencies()
           
 List<DependencyRepository> listRepositories()
           
 

Method Detail

getId

String getId()

isActiveByDefault

boolean isActiveByDefault()

listDependencies

List<Dependency> listDependencies()

listRepositories

List<DependencyRepository> listRepositories()

getProperties

Properties getProperties()


Copyright © 2011 Seam Framework. All Rights Reserved.