org.glassfish.deployment.common
Class Artifacts.FullAndPartURIs
java.lang.Object
org.glassfish.deployment.common.Artifacts.FullAndPartURIs
- Enclosing class:
- Artifacts
public static class Artifacts.FullAndPartURIs
- extends Object
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).
Artifacts.FullAndPartURIs
public Artifacts.FullAndPartURIs(URI full,
URI part)
Artifacts.FullAndPartURIs
public Artifacts.FullAndPartURIs(URI full,
String part)
getFull
public URI getFull()
getPart
public URI getPart()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.