|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.metadata.ManifestParser
public class ManifestParser
ManifestParser.
| Constructor Summary | |
|---|---|
ManifestParser()
|
|
| Method Summary | |
|---|---|
static void |
parse(String header,
List list,
boolean packages,
boolean allowDuplicateAttributes)
Parse a header |
static void |
parsePackages(String header,
List<PackageAttribute> list)
Parse packages |
static void |
parseParameters(String header,
List<ParameterizedAttribute> list)
Parse parameters |
static void |
parsePaths(String header,
List<ParameterizedAttribute> list)
Parse paths |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManifestParser()
| Method Detail |
|---|
public static void parsePackages(String header,
List<PackageAttribute> list)
header - the headerlist - the list of packages to create
public static void parseParameters(String header,
List<ParameterizedAttribute> list)
header - the headerlist - the list of parameters to create
public static void parsePaths(String header,
List<ParameterizedAttribute> list)
header - the headerlist - the list of paths to create
public static void parse(String header,
List list,
boolean packages,
boolean allowDuplicateAttributes)
header - the headerlist - the list to createpackages - whether to create packages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||