org.glassfish.deployment.common
Class Artifacts.FullAndPartURIs

java.lang.Object
  extended by 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 Summary
Artifacts.FullAndPartURIs(URI full, String part)
           
Artifacts.FullAndPartURIs(URI full, URI part)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getFull()
           
 URI getPart()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Artifacts.FullAndPartURIs

public Artifacts.FullAndPartURIs(URI full,
                                 URI part)

Artifacts.FullAndPartURIs

public Artifacts.FullAndPartURIs(URI full,
                                 String part)
Method Detail

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 GlassFish Community. All Rights Reserved.