@Contract
public interface ApplicationMetaDataProvider<T>
Modifier and Type | Method and Description |
---|---|
MetaData |
getMetaData()
Returns the meta data assocated with this Deployer
|
T |
load(DeploymentContext dc)
Load the metadata associated with the deployment event
|
MetaData getMetaData()
T load(DeploymentContext dc) throws IOException
dc
- the deployment contextIOException
- when the underlying archive cannot be processed correctlyCopyright © 2019. All rights reserved.