Package org.ctan.site
Class Ctan
java.lang.Object
io.dropwizard.core.Application<CtanConfiguration>
org.ctan.site.Ctan
The class
Ctan
contains the command line interface to start the
Dropwizard server.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(io.dropwizard.core.setup.Bootstrap<CtanConfiguration> bootstrap) static void
The methodmain
provides means to run the Dropwizard application from the command line.void
run
(@NonNull CtanConfiguration config, @NonNull io.dropwizard.core.setup.Environment env) Methods inherited from class io.dropwizard.core.Application
addDefaultCommands, bootstrapLogging, bootstrapLogLevel, getConfigurationClass, getName, onFatalError, run
-
Constructor Details
-
Ctan
public Ctan()
-
-
Method Details
-
main
The methodmain
provides means to run the Dropwizard application from the command line.- Parameters:
args
- the command line arguments
-
initialize
- Overrides:
initialize
in classio.dropwizard.core.Application<CtanConfiguration>
- See Also:
-
run
public void run(@NonNull @NonNull CtanConfiguration config, @NonNull @NonNull io.dropwizard.core.setup.Environment env) throws Exception - Specified by:
run
in classio.dropwizard.core.Application<CtanConfiguration>
- Throws:
Exception
- See Also:
-