public class InstallFacets extends Object
| Constructor and Description |
|---|
InstallFacets(boolean prompt,
Class<? extends Facet>... facetTypes)
Install the given facets but first prompt for confirmation.
|
InstallFacets(boolean prompt,
Class<? extends Facet> facetType)
Install the given facet but first prompt for confirmation.
|
InstallFacets(Class<? extends Facet>... facetTypes)
Install the given facets without prompting for confirmation
|
InstallFacets(Class<? extends Facet> facetType)
Install the given facet without prompting for confirmation
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public InstallFacets(Class<? extends Facet> facetType)
public InstallFacets(boolean prompt,
Class<? extends Facet> facetType)
FacetActionAborted will
be thrown from the statement where this event was fired.public InstallFacets(Class<? extends Facet>... facetTypes)
public InstallFacets(boolean prompt,
Class<? extends Facet>... facetTypes)
FacetActionAborted will
be thrown.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.