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 TypeMethodDescriptionvoidinitialize(io.dropwizard.core.setup.Bootstrap<CtanConfiguration> bootstrap) static voidThe methodmainprovides means to run the Dropwizard application from the command line.voidrun(@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 methodmainprovides means to run the Dropwizard application from the command line.- Parameters:
args- the command line arguments
-
initialize
- Overrides:
initializein 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:
runin classio.dropwizard.core.Application<CtanConfiguration>- Throws:
Exception- See Also:
-