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, unregister
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getRoot, getRootDirectory
getFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, supports
public Object getAttribute(Object key)
Project
null
instead.getAttribute
in interface Project
public void setAttribute(Object key, Object value)
Project
setAttribute
in interface Project
public void removeAttribute(Object key)
Project
removeAttribute
in interface Project
Copyright © 2014 JBoss by Red Hat. All rights reserved.