Uses of Class
org.jboss.forge.maven.MavenPluginFacet.KnownRepository

Packages that use MavenPluginFacet.KnownRepository
org.jboss.forge.maven   
 

Uses of MavenPluginFacet.KnownRepository in org.jboss.forge.maven
 

Methods in org.jboss.forge.maven that return MavenPluginFacet.KnownRepository
static MavenPluginFacet.KnownRepository MavenPluginFacet.KnownRepository.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MavenPluginFacet.KnownRepository[] MavenPluginFacet.KnownRepository.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.forge.maven with parameters of type MavenPluginFacet.KnownRepository
 void MavenPluginFacet.addPluginRepository(MavenPluginFacet.KnownRepository repository)
          Add a MavenPluginFacet.KnownRepository to the project build system.
 boolean MavenPluginFacet.hasPluginRepository(MavenPluginFacet.KnownRepository repository)
          Return true if the given MavenPluginFacet.KnownRepository is already registered in this project's build system.
 



Copyright © 2011 Seam Framework. All Rights Reserved.