one.tools
Class Skeletor

java.lang.Object
  |
  +--one.tools.Skeletor

public final class Skeletor
extends Object

Implementation of a utility program to generate skeleton component source files. The main method for this class generates a skeleton source file for a component, based on a very simple description, which is read in from another file.

Version:
$Revision: 1.3 $

Method Summary
static void main(String[] args)
          Run skeletor with the specified arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Run skeletor with the specified arguments. If no arguments are specified, this method writes a description of how to run it to the standard output. Otherwise, it treats the first argument as the name of a file that describes the component to be created and creates the skeleton source file for that component. The resulting source file is written to the current directory and has the name of the component appended with ".java".
Parameters:
args - The arguments.


(C) Copyright 2001 UW CSE