Class TrellisApplication


  • public class TrellisApplication
    extends AbstractTrellisApplication<org.trellisldp.dropwizard.app.AppConfiguration>
    A deployable Trellis application.
    • Constructor Detail

      • TrellisApplication

        public TrellisApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        The main entry point.
        Parameters:
        args - the argument list
        Throws:
        Exception - if something goes horribly awry
      • initialize

        public void initialize​(io.dropwizard.setup.Bootstrap<org.trellisldp.dropwizard.app.AppConfiguration> bootstrap)
        Overrides:
        initialize in class AbstractTrellisApplication<org.trellisldp.dropwizard.app.AppConfiguration>