Uses of Class
org.glassfish.deployment.common.Artifacts.FullAndPartURIs
-
Packages that use Artifacts.FullAndPartURIs Package Description org.glassfish.appclient.server.core org.glassfish.deployment.common -
-
Uses of Artifacts.FullAndPartURIs in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return types with arguments of type Artifacts.FullAndPartURIs Modifier and Type Method Description protected abstract Set<Artifacts.FullAndPartURIs>AppClientDeployerHelper. clientLevelDownloads()protected Set<Artifacts.FullAndPartURIs>NestedAppClientDeployerHelper. clientLevelDownloads()protected Set<Artifacts.FullAndPartURIs>StandaloneAppClientDeployerHelper. clientLevelDownloads()abstract Set<Artifacts.FullAndPartURIs>AppClientDeployerHelper. earLevelDownloads()Set<Artifacts.FullAndPartURIs>NestedAppClientDeployerHelper. earLevelDownloads()Set<Artifacts.FullAndPartURIs>StandaloneAppClientDeployerHelper. earLevelDownloads() -
Uses of Artifacts.FullAndPartURIs in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return types with arguments of type Artifacts.FullAndPartURIs Modifier and Type Method 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.Methods in org.glassfish.deployment.common with parameters of type Artifacts.FullAndPartURIs Modifier and Type Method Description voidClientArtifactsManager. 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.FullAndPartURIs Modifier and Type Method Description voidArtifacts. addArtifacts(Collection<Artifacts.FullAndPartURIs> urisCollection)Adds multiple artifacts at once.
-