Package org.apache.xmlgraphics.io
Class TempResourceURIGenerator
- java.lang.Object
-
- org.apache.xmlgraphics.io.TempResourceURIGenerator
-
public final class TempResourceURIGenerator extends Object
Creates a URI for any temporary resource used within XGC.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTMP_SCHEME
-
Constructor Summary
Constructors Constructor Description TempResourceURIGenerator(String uriPrefix)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgenerate()Generate a unique URI for a temporary resourcestatic booleanisTempURI(URI uri)
-
-
-
Field Detail
-
TMP_SCHEME
public static final String TMP_SCHEME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TempResourceURIGenerator
public TempResourceURIGenerator(String uriPrefix)
- Parameters:
uriPrefix- a prefix used to name the unique URI
-
-