Class AtlasShardVerifier
- java.lang.Object
-
- org.openstreetmap.atlas.utilities.runtime.Command
-
- org.openstreetmap.atlas.generator.sharding.AtlasShardVerifier
-
public class AtlasShardVerifier extends org.openstreetmap.atlas.utilities.runtime.Command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.atlas.utilities.runtime.Command
org.openstreetmap.atlas.utilities.runtime.Command.Flag, org.openstreetmap.atlas.utilities.runtime.Command.Optionality, org.openstreetmap.atlas.utilities.runtime.Command.Switch<T extends java.lang.Object>, org.openstreetmap.atlas.utilities.runtime.Command.SwitchList
-
-
Constructor Summary
Constructors Constructor Description AtlasShardVerifier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected intonRun(org.openstreetmap.atlas.utilities.runtime.CommandMap command)protected org.openstreetmap.atlas.utilities.runtime.Command.SwitchListswitches()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
onRun
protected int onRun(org.openstreetmap.atlas.utilities.runtime.CommandMap command)
- Specified by:
onRunin classorg.openstreetmap.atlas.utilities.runtime.Command
-
switches
protected org.openstreetmap.atlas.utilities.runtime.Command.SwitchList switches()
- Specified by:
switchesin classorg.openstreetmap.atlas.utilities.runtime.Command
-
-