|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| Ant | A little helper class to retrieve Data from ANT-files. For some reasons the placeholders in the java-tags are not expanded, which means that we'll do it ourselves. |
| AntTarget | A simple wrapper class for an ANT file and a target from this file. |
| CommandLine | This class process an array of strings and aligns the commandline parameter and its value. |
| CommandLineParameter | Represents the definition of a command line parameter, includes methods for checking and outputting data. |
| CopyFile | This class just copies a files from one location to another one. Originally taken from here. |
| Loader | This class is for loading resources from a JAR archive. |
| Shell | This class is a wrapper around a Process-Instance and makes it easy to get the last command and its error or execption or output. |
| Tee | This class pipelines print/println's to several PrintStreams, initially only to 'System.out'. |
| TextFile | This class provides a simple frontend for line-oriented files. |
Classes that handle IO-stuff can be found here, e.g. for executing
Shell-Commands (
Shell
) or line based access for Textfiles (
TextFile
).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||