public static void main()

in netbeans.apache.org/buildSrc/src/main/groovy/TomcatStopMain.groovy [23:28]


    public static void main(String[] args) {
        final TomcatStopMain tc = new TomcatStopMain()
        tc.shutdownCommand = args[0]
        tc.shutdownPort = Integer.parseInt(args[1])
        tc.stop()
    }