Package | Description |
---|---|
org.apache.sling.commons.osgi |
Modifier and Type | Method and Description |
---|---|
static ManifestHeader |
ManifestHeader.parse(java.lang.String header)
Parse headers
Like this: path; path; dir1:=dirval1; dir2:=dirval2; attr1=attrval1; attr2=attrval2,
path; path; dir1:=dirval1; dir2:=dirval2; attr1=attrval1; attr2=attrval2
The returned object maintains the order of entries (paths), directives and attributes.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.