public abstract class BaseFacet extends Object implements Facet
Facet abstract class.| Constructor and Description |
|---|
BaseFacet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Project |
getProject()
|
int |
hashCode() |
void |
setProject(Project project)
|
boolean |
uninstall()
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitinstall, isInstalledprotected Project project
public Project getProject()
FacetgetProject in interface Facetpublic void setProject(Project project)
FacetFacet for operation on the given Project. This method is responsible for ensuring
that the Facet instance is ready for use, and must be called before any other methods.setProject in interface Facetpublic boolean uninstall()
FacetCopyright © 2013 JBoss by Red Hat. All Rights Reserved.