|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.util.ManifestHeaderUtils
public class ManifestHeaderUtils
| Constructor Summary | |
|---|---|
ManifestHeaderUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
split(java.lang.String value,
java.lang.String delimiter)
Splits a delimiter separated string, tolerating presence of non separator commas within double quoted segments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManifestHeaderUtils()
| Method Detail |
|---|
public static java.util.List<java.lang.String> split(java.lang.String value,
java.lang.String delimiter)
value - the value to be splitdelimiter - the delimiter string such as ',' etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||