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).
  • Constructor Details

    • FullAndPartURIs

      public FullAndPartURIs(URI full, URI part)
    • FullAndPartURIs

      public FullAndPartURIs(URI full, String part)
    • FullAndPartURIs

      public FullAndPartURIs(URI full, String part, boolean isTemporary)
    • FullAndPartURIs

      public FullAndPartURIs(URI full, URI part, boolean isTemporary)
  • Method Details

    • getFull

      public URI getFull()
    • getPart

      public URI getPart()
    • isTemporary

      public boolean isTemporary()
    • 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