protoj.lang.internal
Class ProtoExecutableMain

java.lang.Object
  extended by protoj.lang.internal.ProtoExecutableMain

public final class ProtoExecutableMain
extends java.lang.Object

This is the entry point for the protoj executable jar.

Author:
Ashley Williams

Constructor Summary
ProtoExecutableMain(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
          Performs the following jobs depending on the args parameter: --sample option specified - causes a sample project with the option name to be created in the current directory. --help - prints help to stdout [no options] - arguments are assumed to be commands that are dispatched to a new project
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtoExecutableMain

public ProtoExecutableMain(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)
Performs the following jobs depending on the args parameter:

Parameters:
args - not used