|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HeaderDeclaration
Describes a header declaration (Import-Package, Export-Package, Require-Bundle, etc.) in an OSGi manifest header.
Concurrent Semantics
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns a Map of the attributes included in this declaration. |
java.util.Map<java.lang.String,java.lang.String> |
getDirectives()
Returns a Map of the directives included in this declaration. |
java.util.List<java.lang.String> |
getNames()
Returns a List of the names of the entries in the declaration. |
| Method Detail |
|---|
java.util.List<java.lang.String> getNames()
List of the names of the entries in the declaration. If the declaration has no names,
an empty Map must be returned, rather than null.
null.java.util.Map<java.lang.String,java.lang.String> getAttributes()
Map of the attributes included in this declaration. If the declaration has
no attributes, an empty Map must be returned, rather than null.
java.util.Map<java.lang.String,java.lang.String> getDirectives()
Map of the directives included in this declaration. If the declaration has
no directives, an empty Map must be returned, rather than null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||