Uses of Class
org.glassfish.deployment.common.Artifacts.FullAndPartURIs
Packages that use Artifacts.FullAndPartURIs
-
Uses of Artifacts.FullAndPartURIs in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return types with arguments of type Artifacts.FullAndPartURIsModifier and TypeMethodDescriptionClientArtifactsManager.artifacts()Returns the set (in unmodifiable form) of FullAndPartURIs for the accumulated artifacts.Artifacts.getArtifacts()Methods in org.glassfish.deployment.common with parameters of type Artifacts.FullAndPartURIsModifier and TypeMethodDescriptionvoidClientArtifactsManager.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.Method parameters in org.glassfish.deployment.common with type arguments of type Artifacts.FullAndPartURIsModifier and TypeMethodDescriptionvoidArtifacts.addArtifacts(Collection<Artifacts.FullAndPartURIs> urisCollection) Adds multiple artifacts at once.