Class AtlasChecksCommand
- java.lang.Object
-
- org.openstreetmap.atlas.utilities.runtime.Command
-
- org.openstreetmap.atlas.utilities.runtime.FlexibleCommand
-
- org.openstreetmap.atlas.checks.commands.AtlasChecksCommand
-
public class AtlasChecksCommand extends org.openstreetmap.atlas.utilities.runtime.FlexibleCommandShell for running atlas-checks commands. Run this command with no arguments to learn more about it.
-
-
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 AtlasChecksCommand(java.lang.String... args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.stream.Stream<java.lang.Class<? extends org.openstreetmap.atlas.utilities.runtime.FlexibleSubCommand>>getSupportedCommands()static voidmain(java.lang.String... args)-
Methods inherited from class org.openstreetmap.atlas.utilities.runtime.FlexibleCommand
noAbstract, onRun, printUsageAndExit, printUsageAndExit, run, runWithoutQuitting, switches
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args)
-
getSupportedCommands
protected java.util.stream.Stream<java.lang.Class<? extends org.openstreetmap.atlas.utilities.runtime.FlexibleSubCommand>> getSupportedCommands()
- Overrides:
getSupportedCommandsin classorg.openstreetmap.atlas.utilities.runtime.FlexibleCommand
-
-