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