Class AbstractApp

    • Constructor Detail

      • AbstractApp

        public AbstractApp()
    • Method Detail

      • getPOM

        public POM getPOM()
        Description copied from interface: App
        Gets the Maven POM containing metadata about the application.
        Specified by:
        getPOM in interface App
      • getManifest

        public Manifest getManifest()
        Description copied from interface: App
        Gets the manifest containing metadata about the application.

        NB: This metadata may be null if run in a development environment.

        Specified by:
        getManifest in interface App
      • about

        public void about()
        Description copied from interface: App
        Displays information about the application. Typically this action takes the form as About dialog in the UI, and/or a message on the console.
        Specified by:
        about in interface App