| Package | Description |
|---|---|
| org.glassfish.deployment.common |
| Modifier and Type | Method and Description |
|---|---|
Collection<Artifacts.FullAndPartURIs> |
ClientArtifactsManager.artifacts()
Returns the set (in unmodifiable form) of FullAndPartURIs for the
accumulated artifacts.
|
Set<Artifacts.FullAndPartURIs> |
Artifacts.getArtifacts()
Returns the URI pairs tracked by this Artifacts object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientArtifactsManager.add(Artifacts.FullAndPartURIs artifact)
Adds a new artifact to the collection of artifacts to be added to the
client JAR file so they can be delivered to the client during a download.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Artifacts.addArtifacts(Collection<Artifacts.FullAndPartURIs> urisCollection)
Adds multiple artifacts at once.
|
Copyright © 2015. All rights reserved.