[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-200) Split getParameter(s) calls into getDirective(s) and getAttribute(s)

Adrian Brock (JIRA) jira-events at lists.jboss.org
Tue Nov 3 11:08:05 EST 2009


Split getParameter(s) calls into getDirective(s) and getAttribute(s)
--------------------------------------------------------------------

                 Key: JBOSGI-200
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-200
             Project: JBoss OSGi
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Core Framework
            Reporter: Adrian Brock
            Assignee: Adrian Brock
             Fix For:  JBossOSGi 1.0.0 Beta5


The ParamterizedAttribute class has just one method getParameter() for retrieving qualifiers to a path/package.
This is inefficient - need to skip over directives when comparing attributes -
and can be misleading, e.g. using a directive version:=1.0.0 when an attribute version=1.0.0 should be used.

The getParameter(s) methods should be replaced with getAttribute(s) and getDirective(s) methods.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list