[jboss-jira] [JBoss JIRA] Assigned: (JBCL-168) Add support for getModule() on Requirement/Capability
Ales Justin (JIRA)
jira-events at lists.jboss.org
Thu Jun 17 07:48:46 EDT 2010
[ https://jira.jboss.org/browse/JBCL-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin reassigned JBCL-168:
--------------------------------
Assignee: Ales Justin (was: Thomas Diesler)
> Add support for getModule() on Requirement/Capability
> -----------------------------------------------------
>
> Key: JBCL-168
> URL: https://jira.jboss.org/browse/JBCL-168
> Project: JBoss ClassLoader
> Issue Type: Task
> Reporter: Thomas Diesler
> Assignee: Ales Justin
> Fix For: JBossCL.2.2.0.Beta1
>
>
> An alterante would be adding a mixin index to Capability so that you can get the Module, with AbstractCapability implementing it instead for this.
> e.g.
> public interface CapabilityModule
> {
> Module.getModule();
> }
> if (capability instanceof CapabilityModule)
> {
> resolved = ((CapabilityModule) capability).getModule().isResovled():
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list