public abstract class AbstractProject extends AbstractFaceted<ProjectFacet> implements Project
Project implementations.| Constructor and Description |
|---|
AbstractProject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getAttribute(Object key)
Get a value from this project's internal attributes.
|
int |
hashCode() |
void |
removeAttribute(Object key)
Remove a value from this project's internal attributes.
|
void |
setAttribute(Object key,
Object value)
Set a value in this project's internal attributes.
|
getFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, install, register, uninstall, unregisterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetRoot, getRootDirectorygetFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, supportspublic Object getAttribute(Object key)
Projectnull instead.getAttribute in interface Projectpublic void setAttribute(Object key, Object value)
ProjectsetAttribute in interface Projectpublic void removeAttribute(Object key)
ProjectremoveAttribute in interface ProjectCopyright © 2014 JBoss by Red Hat. All rights reserved.