@Exported public interface Facet<FACETED extends Faceted<?>>
Facet is an access point to common functionality, file manipulations, descriptors that extend a
Faceted instance. When implementing this interface, consider extending AbstractFacet for convenience.AbstractFacet}| Modifier and Type | Method and Description |
|---|---|
FACETED |
getOrigin()
|
boolean |
install()
|
boolean |
isInstalled()
|
boolean |
uninstall()
|
FACETED getOrigin()
boolean install()
Facet to be considered installed in the given Faceted instance.
This method should NOT register the facet; facet registration is handled by the Faceted instance if
installation is successful.boolean isInstalled()
boolean uninstall()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.