org.codehaus.groovy.runtime.DefaultGroovyMethods This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
org.apache.commons.net.nntp.NNTPClient NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server. As with all classes derived from {@link org.apache.commons.net.SocketClient}, you must first connect to the server with {@link org.apache.commons.net.SocketClient#connect connect } before d ...
org.apache.tools.ant.util.FileUtils This class also encapsulates methods which allow Files to be referred to using abstract path names which are translated to native system file paths at runtime as well as copying files or setting their last modification time.
org.apache.commons.math.random.EmpiricalDistributionImpl Implements <code>EmpiricalDistribution</code> interface. This implementation uses what amounts to the <a HREF="http://nedwww.ipac.caltech.edu/level5/March02/Silverman/Silver2_6.html"> Variable Kernel Method</a> with Gaussian smoothing:<p> <strong>Digesting the ...
org.apache.webdav.cmd.Client The Slide client, the command line version for WebDAV client. The path for the display information. The command prompt for the display information. The http URL on the client connection. The debug level. The WebDAV resource. The current path on the local system. TODO test EOF ??? Helper funti ...
org.exolab.jms.net.jvm.Executor This class enables commands to be executed, with the output being captured, or echoed to System.out and System.err @version $Revision: 1.1 $ $Date: 2004/11/26 01:51:10 $ @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a>
org.codehaus.groovy.ant.Groovy Executes a series of Groovy statements. <p>Statements can either be read in from a text file using the <i>src</i> attribute or from between the enclosing groovy tags.</p> Based heavily on SQLExec.java which is part of apache-ant http://cvs.apache.org/viewcvs.cgi/ant/src/ ...
org.eclipse.core.internal.content.XMLContentDescriber A content interpreter for XML files. This class provides internal basis for XML-based content describers. <p> Note: do not add protected/public members to this class if you don't intend to make them public API. </p> @see org.eclipse.core.runtime.content.XMLRootElementContentDescriber ...