Package org.glassfish.deployment.common
Class Artifacts.FullAndPartURIs
java.lang.Object
org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- Enclosing class:
- Artifacts
Represents a file to be tracked (the full URI) and a relative URI to be
associated with that file if is to be downloaded (e.g., as a part in
a Payload).
-
Constructor Summary
ConstructorsConstructorDescriptionFullAndPartURIs(URI full, String part) FullAndPartURIs(URI full, String part, boolean isTemporary) FullAndPartURIs(URI full, URI part) FullAndPartURIs(URI full, URI part, boolean isTemporary) -
Method Summary
-
Constructor Details
-
FullAndPartURIs
-
FullAndPartURIs
-
FullAndPartURIs
-
FullAndPartURIs
-
-
Method Details