Package org.glassfish.deployment.common
Class Artifacts.FullAndPartURIs
- java.lang.Object
-
- org.glassfish.deployment.common.Artifacts.FullAndPartURIs
-
-
Constructor Summary
Constructors Constructor Description FullAndPartURIs(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)URIgetFull()URIgetPart()inthashCode()booleanisTemporary()StringtoString()
-