|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.manipulator.manifest.FileManifestProvider
public class FileManifestProvider
A FileManifestProvider
reads a Manifest
from the given input File
.
Constructor Summary | |
---|---|
FileManifestProvider(java.io.File resource)
Read the manifest from the given input file |
Method Summary | |
---|---|
java.util.jar.Manifest |
getManifest()
Returns the original bundle's Manifest. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileManifestProvider(java.io.File resource) throws java.io.IOException
resource
- File pointing to a Manifest file
java.io.IOException
- if there is an error during File IO operations
or if the file is not a valid manifest.Method Detail |
---|
public java.util.jar.Manifest getManifest()
ManifestProvider
getManifest
in interface ManifestProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |