JavaScript is disabled on your browser.
Bndtools http://bndtools.org/
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
aQute.libg.clauses.Clauses
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
Constructor Summary
Constructors
Constructor and Description
Clauses ()
Method Summary
Methods
Modifier and Type
Method and Description
static Clauses
parse (java.lang.String value,
Logger logger)
Standard OSGi header parser.
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
Method Detail
parse
public static Clauses parse(java.lang.String value,
Logger logger)
Standard OSGi header parser. This parser can handle the format clauses
::= clause ( ',' clause ) + clause ::= name ( ';' name ) (';' key '='
value ) This is mapped to a Map { name => Map { attr|directive => value }
}
Parameters: value -
Returns: parsed clauses
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.