|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parameterised
Represents a header or header entry that can be parameterised, i.e. it has attributes and directives.
Concurrent Semantics
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns a Map of the header or header entry's attributes |
java.util.Map<java.lang.String,java.lang.String> |
getDirectives()
Returns a Map of the header or header entry's directives |
| Methods inherited from interface com.springsource.util.osgi.manifest.Parseable |
|---|
resetFromParseString, toParseString |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.String> getAttributes()
Map of the header or header entry's attributes
java.util.Map<java.lang.String,java.lang.String> getDirectives()
Map of the header or header entry's directives
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||