Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.ant.internal.core.ant

Class Summary
AntSecurityManager A security manager that always throws an AntSecurityException if the calling thread attempts to cause the Java Virtual Machine to exit/halt.
DemuxInputStreamSetter This class exists so that the Ant integration has backwards compatibility with Ant releases previous to 1.6.
InputHandlerSetter This class exists so that the Ant integration has backwards compatibility with Ant releases previous to 1.5.
InternalAntMessages  
InternalAntRunner Eclipse application entry point into Ant.
InternalProject A subclass of Project to facilitate "faster" parsing with less garbage generated.
NullInputHandler A input handler that does nothing with input requests Used to ensure we do not block while retrieving targets from an Ant buildfile that has an input task in the top level implicit target
ProgressBuildListener Reports progress and checks for cancelation of a script execution.