public abstract class AbstractFacet<FACETED extends Faceted<?>> extends Object implements Facet<FACETED>, MutableOrigin<FACETED>
Facet abstract class.| Constructor and Description |
|---|
AbstractFacet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FACETED |
getOrigin()
|
int |
hashCode()
Facet instances are the same if they are registered to the same project.
|
void |
setOrigin(FACETED origin)
Set the
Facet will operate. |
boolean |
uninstall()
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitinstall, isInstalledpublic void setOrigin(FACETED origin)
Facet will operate.setOrigin in interface MutableOrigin<FACETED extends Faceted<?>>public boolean uninstall()
Facetpublic int hashCode()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.