org.apache.aries.subsystem.core.archive
Class SubsystemExportServiceHeader.Clause
java.lang.Object
org.apache.aries.subsystem.core.archive.SubsystemExportServiceHeader.Clause
- All Implemented Interfaces:
- Clause
- Enclosing class:
- SubsystemExportServiceHeader
public static class SubsystemExportServiceHeader.Clause
- extends Object
- implements Clause
DIRECTIVE_FILTER
public static final String DIRECTIVE_FILTER
- See Also:
- Constant Field Values
SubsystemExportServiceHeader.Clause
public SubsystemExportServiceHeader.Clause(String clause)
getAttribute
public Attribute getAttribute(String name)
- Specified by:
getAttribute
in interface Clause
getAttributes
public Collection<Attribute> getAttributes()
- Specified by:
getAttributes
in interface Clause
getDirective
public Directive getDirective(String name)
- Specified by:
getDirective
in interface Clause
getDirectives
public Collection<Directive> getDirectives()
- Specified by:
getDirectives
in interface Clause
getObjectClass
public String getObjectClass()
getParameter
public Parameter getParameter(String name)
- Specified by:
getParameter
in interface Clause
getParameters
public Collection<Parameter> getParameters()
- Specified by:
getParameters
in interface Clause
getPath
public String getPath()
- Specified by:
getPath
in interface Clause
toCapabilities
public List<org.osgi.resource.Capability> toCapabilities(org.osgi.resource.Resource resource)
throws org.osgi.framework.InvalidSyntaxException
- Throws:
org.osgi.framework.InvalidSyntaxException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.