Package org.citydb.plugin.cli
Class TypeNamesOption
- java.lang.Object
-
- org.citydb.plugin.cli.TypeNamesOption
-
-
Constructor Summary
Constructors Constructor Description TypeNamesOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getNamespaces()
java.lang.String[]
getTypeNames()
void
preprocess(picocli.CommandLine commandLine)
FeatureTypeFilter
toFeatureTypeFilter()
-
-
-
Method Detail
-
getTypeNames
public java.lang.String[] getTypeNames()
-
getNamespaces
public java.util.Map<java.lang.String,java.lang.String> getNamespaces()
-
toFeatureTypeFilter
public FeatureTypeFilter toFeatureTypeFilter()
-
preprocess
public void preprocess(picocli.CommandLine commandLine) throws java.lang.Exception
- Specified by:
preprocess
in interfaceCliOption
- Throws:
java.lang.Exception
-
-