public static interface Splitter.UriMaker
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInputAfter()
Get inputAfter of the UriMaker, which could be
base directory
|
java.lang.String |
getSplitFilename()
Get splitFilename of the UriMaker, which should
include name and extension.
|
void |
setInputAfter(java.lang.String base)
Set inputAfter of the UriMaker, which could be
base URI
|
void |
setSplitFilename(java.lang.String name)
Set splitFilename to the UriMaker
|
java.lang.String getInputAfter()
void setInputAfter(java.lang.String base)
base
- inputAfter of the UriMakerjava.lang.String getSplitFilename()
void setSplitFilename(java.lang.String name)
name
- splitFilename of UriMaker, which should
include both name and extension.Copyright © 2024 MarkLogic Corporation. All Rights Reserved.