Class ExampleApp


  • public class ExampleApp
    extends java.lang.Object
    An example application that does nothing except printing a message to stdout. This class only exists so that the plugin is able to build itself as an application, which requires a main method.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExampleApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleApp

        public ExampleApp()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)