|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManifestException | |
|---|---|
| org.apache.geronimo.kernel.config | |
| org.apache.geronimo.kernel.repository | |
| Uses of ManifestException in org.apache.geronimo.kernel.config |
|---|
| Methods in org.apache.geronimo.kernel.config that throw ManifestException | |
|---|---|
String |
Manifest.Section.addAttributeAndCheck(Manifest.Attribute attribute)
Add an attribute to the section |
void |
Manifest.addConfiguredAttribute(Manifest.Attribute attribute)
Add an attribute to the manifest - it is added to the main section. |
void |
Manifest.Section.addConfiguredAttribute(Manifest.Attribute attribute)
Add an attribute to the section. |
void |
Manifest.addConfiguredSection(Manifest.Section section)
Add a section to the manifest |
static Manifest |
Manifest.getDefaultManifest()
Construct a manifest from Ant's default manifest file. |
Manifest |
ConfigurationData.getManifest()
|
void |
Manifest.Section.merge(Manifest.Section section)
Merge in another section |
void |
Manifest.merge(Manifest other)
Merge the contents of the given manifest into this manifest |
void |
Manifest.merge(Manifest other,
boolean overwriteMain)
Merge the contents of the given manifest into this manifest |
void |
Manifest.Attribute.parse(String line)
Parse a line into name and value pairs |
String |
Manifest.Section.read(BufferedReader reader)
Read a section through a reader. |
| Constructors in org.apache.geronimo.kernel.config that throw ManifestException | |
|---|---|
Manifest.Attribute(String line)
Construct an attribute by parsing a line from the Manifest |
|
Manifest(Reader r)
Read a manifest file from the given reader |
|
| Uses of ManifestException in org.apache.geronimo.kernel.repository |
|---|
| Methods in org.apache.geronimo.kernel.repository that throw ManifestException | |
|---|---|
Manifest |
Environment.getManifest()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||