org.apache.aries.application
Interface DeploymentContent

All Superinterfaces:
Content

public interface DeploymentContent
extends Content

An entry in DEPLOYMENT.MF's Deployed-Content header


Method Summary
 Version getExactVersion()
          get the exact version of the deployment content this cannot be null
 
Methods inherited from interface org.apache.aries.application.Content
getAttribute, getAttributes, getContentName, getDirective, getDirectives, getNameValueMap, getVersion
 

Method Detail

getExactVersion

Version getExactVersion()
get the exact version of the deployment content this cannot be null

Returns:
the exact version


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.