org.jboss.osgi.metadata
Interface PackageAttribute

All Superinterfaces:
AttributeAware, ParameterizedAttribute, VersionRangeAttribute

public interface PackageAttribute
extends VersionRangeAttribute, ParameterizedAttribute

A package, includes version and properties.

Author:
Ales Justin

Method Summary
 String getPackageName()
          Get the package name.
 
Methods inherited from interface org.jboss.osgi.metadata.VersionRangeAttribute
getVersion
 
Methods inherited from interface org.jboss.osgi.metadata.ParameterizedAttribute
getAttribute, getAttributes, getAttributeValue, getAttributeValue, getDirective, getDirectives, getDirectiveValue, getDirectiveValue
 
Methods inherited from interface org.jboss.osgi.metadata.AttributeAware
getAttribute
 

Method Detail

getPackageName

String getPackageName()
Get the package name.



Copyright © 2010. All Rights Reserved.