Unix Scripts
This directory contains Unix shell scripts that some users might find helpful.
These scripts require a Unix environment or Cygwin under Windows
(http://www.cygwin.com/)
- classpath_util.sh -
Shell commands to decompose the classpath, pull it into your editor, and then recompose it.
- makebean - Make a Java Bean from a simple description.
- class - Make a Java class skeleton from a name.
- cons - Make a Java class constructor from a name
and argument list.
- prop - Make a JavaBeans style property from a type and
name.