Package protoj.core.internal

Class Summary
AjcCommand Compiles the project code using the ajc compiler.
AntTarget A convenience class that hides some of the details of interacting with ant programmatically.
CleanCommand The command responsible for cleaning generated files.
CompileCommand Command handler that delegates to the compile functionality.
CoreProject Provides a minimal amount of protoj infrastructure through delegate helpers so that the protoj project can be built in the first place.
InstructionChainArgs Helper for InstructionChain.InstructionChain(String[]).
JavacCommand Compiles the project code using the javac compiler.
JavaCommand Used to delegate to a new vm.
ProjectReporter Responds to project events by logging appropriate messages.
ProtoCore Represents the use-cases available to be carried out against the protoj core.
RetrieveCommand Command driven access to RetrieveFeature.
StartVmCommand A convenience class for creating a command that will start a virtual machine.
 

Exception Summary
InformationException This exception should be thrown in order to indicate that a problem has occurred, but only the detailed message should be reported.