| Modifier and Type | Method and Description |
|---|---|
<FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> |
FacetFactory.create(Class<FACET> type)
Create a new instance of the given
Facet type. |
<FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> |
FacetFactory.create(Class<FACET> type,
E origin)
Create a new instance of the given
Facet type. |
<F extends FACETTYPE> |
Faceted.getFacet(Class<F> type)
Return the instance of the requested
Facet type, or throw a FacetNotFoundException if no
Facet of that type is installed. |
<F extends FACETTYPE> |
AbstractFaceted.getFacet(Class<F> type) |
<FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> |
FacetFactory.install(Class<FACET> type,
E origin)
Create and installs a new instance of the given
Facet type. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.