Package de.dlr.proseo.ui.cli
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
FelderModifizierer und TypFeldBeschreibungstatic boolean
Indicator for interactive mode vs. running from input redirection -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
isInteractiveMode
public static boolean isInteractiveModeIndicator for interactive mode vs. running from input redirection
-
-
Konstruktordetails
-
CommandLineInterface
public CommandLineInterface()
-
-
Methodendetails
-
run
Main command loop after initialization of Spring environment- Angegeben von:
run
in Schnittstelleorg.springframework.boot.CommandLineRunner
- Parameter:
args
- the command line arguments- Löst aus:
Exception
- on any unrecoverable failure
-
main
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
-