Package org.apache.aries.util
Class ManifestHeaderUtils
java.lang.Object
org.apache.aries.util.ManifestHeaderUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManifestHeaderUtils
public ManifestHeaderUtils()
-
-
Method Details
-
split
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments. Eg. com.ibm.ws.eba.helloWorldService;version="[1.0.0, 1.0.0]" invalid input: '&' com.ibm.ws.eba.helloWorldService;version="1.0.0" com.ibm.ws.eba.helloWorld;version="2";bundle-version="[2,30)" com.acme.foo;weirdAttr="one;two;three";weirdDir:="1;2;3"- Parameters:
value- the value to be splitdelimiter- the delimiter string such as ',' etc.- Returns:
- List
the components of the split String in a list
-