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