|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprotoj.core.internal.ProtoCore
public final class ProtoCore
Represents the use-cases available to be carried out against the protoj core.
Some use-cases will only be available after the compilation use-case has been
invoked. See StandardProject and ProtoProject for
further information.
| Constructor Summary | |
|---|---|
ProtoCore(CoreProject core)
|
|
ProtoCore(java.io.File rootDir,
java.lang.String scriptName)
|
|
ProtoCore(java.lang.String[] args)
See the StandardProject.StandardProject(String[], String, String)
constructor for a discussion of the arguments to main(). |
|
| Method Summary | |
|---|---|
void |
dispatchCommands()
See StandardProject#dispatchCommands(). |
CoreProject |
getCore()
External access to core, just for use by
ProtoProject. |
java.lang.String |
getVersionNumber()
Used in version information and names of jar files for example. |
static void |
main(java.lang.String[] args)
See ProtoCore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProtoCore(java.lang.String[] args)
StandardProject.StandardProject(String[], String, String)
constructor for a discussion of the arguments to main().
args -
public ProtoCore(java.io.File rootDir,
java.lang.String scriptName)
public ProtoCore(CoreProject core)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
ProtoCore.
public void dispatchCommands()
StandardProject#dispatchCommands().
public CoreProject getCore()
core, just for use by
ProtoProject.
corepublic java.lang.String getVersionNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||