Package org.citydb.plugin.cli
Class XMLQueryOption
- java.lang.Object
-
- org.citydb.plugin.cli.XMLQueryOption
-
-
Constructor Summary
Constructors Constructor Description XMLQueryOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getXMLQuery()
void
preprocess(picocli.CommandLine commandLine)
QueryConfig
toQueryConfig()
-
-
-
Method Detail
-
getXMLQuery
public java.lang.String getXMLQuery()
-
toQueryConfig
public QueryConfig toQueryConfig()
-
preprocess
public void preprocess(picocli.CommandLine commandLine) throws java.lang.Exception
- Specified by:
preprocess
in interfaceCliOption
- Throws:
java.lang.Exception
-
-