| Package | Description |
|---|---|
| org.glassfish.deployment.common |
| Modifier and Type | Method and Description |
|---|---|
static Artifacts |
DeploymentUtils.downloadableArtifacts(com.sun.enterprise.config.serverbeans.Application app)
Returns the downloadable artifacts object derived from the properties
saved with the specified Application
|
static Artifacts |
DeploymentUtils.downloadableArtifacts(org.glassfish.api.deployment.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(com.sun.enterprise.config.serverbeans.Application app)
Returns the generated artifacts object derived from the properties
saved with the specified Application
|
static Artifacts |
DeploymentUtils.generatedArtifacts(org.glassfish.api.deployment.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(org.glassfish.api.deployment.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 © 2015. All rights reserved.