Package de.dlr.proseo.ui.cli
Klasse CLIConfiguration
java.lang.Object
de.dlr.proseo.ui.cli.CLIConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
public class CLIConfiguration
extends Object
Configuration class for the prosEO Ingestor component
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIndicate whether the CLI prompt should be startedGets the file path to the CLI syntax file
-
Konstruktordetails
-
CLIConfiguration
public CLIConfiguration()
-
-
Methodendetails
-
getCliSyntaxFile
Gets the file path to the CLI syntax file- Gibt zurück:
- the cliSyntaxFile
-
getCliStart
Indicate whether the CLI prompt should be started- Gibt zurück:
- the cli start flag
-