public class ManifestHelper extends Object
| Constructor and Description |
|---|
ManifestHelper(File manifestFile,
String manifestSection)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createManifest(Properties buildMetaDataProperties)
Creates a Manifest file based on the given properties.
|
public void createManifest(Properties buildMetaDataProperties) throws IOException
buildMetaDataProperties - the properties to add to the Manifest file
to be written.IOException - on any problem writing the file.Copyright © 2006-2014. All Rights Reserved.