Class EntryCommand

  • All Implemented Interfaces:
    io.quarkus.runtime.QuarkusApplication, Runnable

    public class EntryCommand
    extends Object
    implements Runnable, io.quarkus.runtime.QuarkusApplication
    The registry cli entry point
    Author:
    Ales Justin
    • Constructor Detail

      • EntryCommand

        public EntryCommand()
    • Method Detail

      • run

        public int run​(String... args)
                throws Exception
        Specified by:
        run in interface io.quarkus.runtime.QuarkusApplication
        Throws:
        Exception
        See Also:
        QuarkusApplication.run(java.lang.String[])