public interface Project extends org.jboss.forge.facets.Faceted<ProjectFacet>
Resource instances that represent a unit of work.| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object key)
Get a value from this project's internal attributes.
|
DirectoryResource |
getProjectRoot()
Get the
DirectoryResource representing the root directory of this Project. |
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.
|
Object getAttribute(Object key)
null instead.void setAttribute(Object key, Object value)
void removeAttribute(Object key)
DirectoryResource getProjectRoot()
DirectoryResource representing the root directory of this Project.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.