|
Forge - Parent 1.2.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.forge.project.facets.events.RemoveFacets
public class RemoveFacets
Event to instruct Forge to install the given Facet
into the current Project
Constructor Summary | |
---|---|
RemoveFacets(boolean prompt,
Class<? extends Facet>... facetTypes)
Install the given facets but first prompt for confirmation. |
|
RemoveFacets(boolean prompt,
Class<? extends Facet> facetType)
Install the given facet but first prompt for confirmation. |
|
RemoveFacets(Class<? extends Facet>... facetTypes)
Install the given facets without prompting for confirmation |
|
RemoveFacets(Class<? extends Facet> facetType)
Install the given facet without prompting for confirmation |
Method Summary | |
---|---|
List<Class<? extends Facet>> |
getFacetTypes()
Get the facet types to be installed |
boolean |
promptRequested()
Return whether or not the caller has requested to prompt the user for confirmation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveFacets(Class<? extends Facet> facetType)
public RemoveFacets(boolean prompt, Class<? extends Facet> facetType)
FacetActionAborted
will
be thrown from the statement where this event was fired.
public RemoveFacets(Class<? extends Facet>... facetTypes)
public RemoveFacets(boolean prompt, Class<? extends Facet>... facetTypes)
FacetActionAborted
will
be thrown.
Method Detail |
---|
public List<Class<? extends Facet>> getFacetTypes()
public boolean promptRequested()
|
Forge - Parent 1.2.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |