|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.files.importexport.jar.RemoteManifestProvider
Constructor Summary | |
---|---|
RemoteManifestProvider()
|
Method Summary | |
---|---|
Manifest |
create(RemoteJarExportData jarPackage)
Creates a manifest as defined by the JarPackage . |
Manifest |
createDefault(String manifestVersion)
Creates a default manifest. |
protected void |
putAdditionalEntries(Manifest manifest,
RemoteJarExportData jarPackage)
Hook for subclasses to add additional manifest entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteManifestProvider()
Method Detail |
public Manifest create(RemoteJarExportData jarPackage) throws CoreException
JarPackage
.
create
in interface IRemoteManifestProvider
jarPackage
- the JAR package specification
CoreException
- if access to any resource described by the JAR package has failedpublic Manifest createDefault(String manifestVersion)
createDefault
in interface IRemoteManifestProvider
manifestVersion
- the version of the manifest
protected void putAdditionalEntries(Manifest manifest, RemoteJarExportData jarPackage)
manifest
- the manifest to which the entries should be addedjarPackage
- the JAR package specification
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |