public final class TempResourceURIGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TMP_SCHEME |
Constructor and Description |
---|
TempResourceURIGenerator(String uriPrefix) |
Modifier and Type | Method and Description |
---|---|
URI |
generate()
Generate a unique URI for a temporary resource
|
static boolean |
isTempURI(URI uri) |
public static final String TMP_SCHEME
public TempResourceURIGenerator(String uriPrefix)
uriPrefix
- a prefix used to name the unique URICopyright © 2017 Apache Software Foundation. All rights reserved.