Klasse IngestorApplication

java.lang.Object
de.dlr.proseo.ingestor.IngestorApplication
Alle implementierten Schnittstellen:
org.springframework.boot.CommandLineRunner

@SpringBootApplication @EnableConfigurationProperties @ComponentScan(basePackages="de.dlr.proseo") @EnableJpaRepositories(basePackages="de.dlr.proseo.model.dao") public class IngestorApplication extends Object implements org.springframework.boot.CommandLineRunner
prosEO Ingestor application
Autor:
Dr. Thomas Bassler
  • Felddetails

  • Konstruktordetails

    • IngestorApplication

      public IngestorApplication()
  • Methodendetails

    • getProductIngestor

      public ProductIngestor getProductIngestor()
      Returns the product ingestor for the application
      Gibt zurück:
      the product ingestor
    • setProductIngestor

      public void setProductIngestor(ProductIngestor productIngestor)
      Sets the product ingestor for the application
      Parameter:
      productIngestor - the product ingestor to set
    • getIngestorConfig

      public IngestorConfiguration getIngestorConfig()
      Returns the product ingestor configuration for the application
      Gibt zurück:
      the ingestor configuration
    • setIngestorConfig

      public void setIngestorConfig(IngestorConfiguration ingestorConfig)
      Sets the product ingestor configuration for the application
      Parameter:
      ingestorConfig - the ingestor configuration to set
    • main

      public static void main(String[] args) throws Exception
      Löst aus:
      Exception
    • run

      public void run(String... args) throws Exception
      Angegeben von:
      run in Schnittstelle org.springframework.boot.CommandLineRunner
      Löst aus:
      Exception
    • startDispatcher

      public void startDispatcher()
      Starts the retention thread