Klasse CommandLineInterface

java.lang.Object
de.dlr.proseo.ui.cli.CommandLineInterface
Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner

@Configuration @EnableAutoConfiguration @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") public class CommandLineInterface extends Object implements org.springframework.boot.CommandLineRunner
prosEO Command Line Interface application
Autor:
Dr. Thomas Bassler
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static boolean
    Indicator for interactive mode vs. running from input redirection
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    static void
    main(String[] args)
    Main function to start the Spring application; exits with return code 0 on normal termination, with return code 1 otherwise
    void
    run(String... args)
    Main command loop after initialization of Spring environment

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • isInteractiveMode

      public static boolean isInteractiveMode
      Indicator for interactive mode vs. running from input redirection
  • Konstruktordetails

    • CommandLineInterface

      public CommandLineInterface()
  • Methodendetails

    • run

      public void run(String... args) throws Exception
      Main command loop after initialization of Spring environment
      Angegeben von:
      run in Schnittstelle org.springframework.boot.CommandLineRunner
      Parameter:
      args - the command line arguments
      Löst aus:
      Exception - on any unrecoverable failure
    • main

      public static void main(String[] args)
      Main function to start the Spring application; exits with return code 0 on normal termination, with return code 1 otherwise
      Parameter:
      args - the command line arguments