Package org.lockss.laaws.crawler
Class CrawlerApplication
java.lang.Object
org.lockss.spring.base.BaseSpringBootApplication
org.lockss.laaws.crawler.CrawlerApplication
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication
public class CrawlerApplication
extends BaseSpringBootApplication
implements org.springframework.boot.CommandLineRunner
The Spring-Boot application.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.lockss.spring.base.BaseSpringBootApplication
BaseSpringBootApplication.BaseServiceControllerAdvice, BaseSpringBootApplication.SetupUrlStreamHandlerFactory, BaseSpringBootApplication.SpringMvcCustomization -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lockss.spring.base.BaseSpringBootApplication
configure, getApplicationContext
-
Field Details
-
PLUGGABLE_CRAWL_MANAGER
-
PLUGGABLE_CRAWL_MANAGER_DESC
public static org.lockss.app.LockssApp.ManagerDesc PLUGGABLE_CRAWL_MANAGER_DESC
-
-
Constructor Details
-
CrawlerApplication
public CrawlerApplication()
-
-
Method Details
-
main
The entry point of the application.- Parameters:
args- A String[] with the command line arguments.
-
run
Callback used to run the application starting the LOCKSS daemon.- Specified by:
runin interfaceorg.springframework.boot.CommandLineRunner- Parameters:
args- A String[] with the command line arguments.
-