public class ManifestReader extends Object
| Constructor and Description |
|---|
ManifestReader(File manifestFile) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getApplicationInfo()
Alias for getApplicationInfo(String appName) that returns info for the first app
|
Map<String,Object> |
getApplicationInfo(String appName)
Returns a DeploymentInfo object containing all the information of a single app
that was in the manifest file, including the global information applicable.
|
public ManifestReader(File manifestFile) throws ManifestParsingException, IOException
ManifestParsingExceptionIOExceptionpublic Map<String,Object> getApplicationInfo(String appName) throws ManifestParsingException
appName - the application nameManifestParsingExceptionpublic Map<String,Object> getApplicationInfo() throws ManifestParsingException
ManifestParsingExceptionCopyright © 2004-2014. All Rights Reserved.