Uses of Class
org.glassfish.deployment.common.Artifacts
Packages that use Artifacts
-
Uses of Artifacts in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return ArtifactsModifier and TypeMethodDescriptionstatic ArtifactsDeploymentUtils.downloadableArtifacts(com.sun.enterprise.config.serverbeans.Application app) Returns the downloadable artifacts object derived from the properties saved with the specified Applicationstatic ArtifactsDeploymentUtils.downloadableArtifacts(org.glassfish.api.deployment.DeploymentContext deploymentContext) Returns the downloadable artifacts object from the specified deployment context, creating it there if it does not already exist.static ArtifactsDeploymentUtils.generatedArtifacts(com.sun.enterprise.config.serverbeans.Application app) Returns the generated artifacts object derived from the properties saved with the specified Applicationstatic ArtifactsDeploymentUtils.generatedArtifacts(org.glassfish.api.deployment.DeploymentContext deploymentContext) Returns the generated artifacts object from the specified deployment context, creating it there if it does not already exist.static ArtifactsArtifacts.get(Properties props, String keyPrefix) Gets the artifacts matching the key prefix from the application properties of the specified application.static ArtifactsReturns 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.