[
https://issues.jboss.org/browse/FORGE-226?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III closed FORGE-226.
------------------------------------
Resolution: Done
Support for Facets construct on Resources
-----------------------------------------
Key: FORGE-226
URL:
https://issues.jboss.org/browse/FORGE-226
Project: Forge
Issue Type: Feature Request
Reporter: Aslak Knutsen
Assignee: Lincoln Baxter III
Fix For: 2.0.0.Alpha1
It would be handy to have Facets support for Resources so logic on recognizing/handling
common resource related operations in one place.
e.g.
{code}
JavaSourceResource.getFacet(EJBFacet.class)
.isBeanType(Type.MESSAGE_DRIVEN_BEAN)
JavaSourceResource.getFacet(ArquillianFacet.class)
.addToDeployment(Class)
.getDeployments()
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira