Class AtlasChecksCommand


  • public class AtlasChecksCommand
    extends org.openstreetmap.atlas.utilities.runtime.FlexibleCommand
    Shell 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 void main​(java.lang.String... args)  
      • Methods inherited from class org.openstreetmap.atlas.utilities.runtime.FlexibleCommand

        noAbstract, onRun, printUsageAndExit, printUsageAndExit, run, runWithoutQuitting, switches
      • Methods inherited from class org.openstreetmap.atlas.utilities.runtime.Command

        commandSummary, getCommandMap, lastRawCommand
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtlasChecksCommand

        public AtlasChecksCommand​(java.lang.String... args)
    • 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:
        getSupportedCommands in class org.openstreetmap.atlas.utilities.runtime.FlexibleCommand