Uses of Class
org.glassfish.deployment.common.Artifacts

Packages that use Artifacts
org.glassfish.deployment.common   
 

Uses of Artifacts in org.glassfish.deployment.common
 

Methods in org.glassfish.deployment.common that return Artifacts
static Artifacts DeploymentUtils.downloadableArtifacts(Application app)
          Returns the downloadable artifacts object derived from the properties saved with the specified Application
static Artifacts DeploymentUtils.downloadableArtifacts(DeploymentContext dc)
          Returns the downloadable artifacts object from the specified deployment context, creating it there if it does not already exist.
static Artifacts DeploymentUtils.generatedArtifacts(Application app)
          Returns the generated artifacts object derived from the properties saved with the specified Application
static Artifacts DeploymentUtils.generatedArtifacts(DeploymentContext dc)
          Returns the generated artifacts object from the specified deployment context, creating it there if it does not already exist.
static Artifacts Artifacts.get(DeploymentContext dc, String keyPrefix)
          Returns the Artifacts object from the deployment context with the sepcified key prefix, creating a new one and storing it in the DC if no matching Artifacts object already exists.
static Artifacts Artifacts.get(Properties props, String keyPrefix)
          Gets the artifacts matching the key prefix from the application properties of the specified application.
 



Copyright © 2012. All Rights Reserved.