| java.lang.Object org.acm.seguin.tools.stub.StubGenerator
StubGenerator | public class StubGenerator implements Runnable(Code) | | Generates a stub set from a file or a directory
author: Chris Seguin |
StubGenerator | public StubGenerator(Frame owner, String name, String stubKey)(Code) | | Constructor for the StubGenerator object
Parameters: name - The name of the zip file Parameters: stubKey - The key associated with this stub |
StubGenerator | public StubGenerator(Frame owner, String name, File output)(Code) | | Constructor for the StubGenerator object
Parameters: name - The name of the zip file Parameters: output - Description of Parameter |
generateStubs | public static void generateStubs(Frame owner, String stubname, String filename)(Code) | | Generate a stub for the current file or directory
Parameters: filename - the name of the directory Parameters: stubname - the name of the stub |
main | public static void main(String[] args)(Code) | | The main program
Parameters: args - the command line arguments |
run | public void run()(Code) | | Main processing method for the StubGenerator object
|
waitForLoaded | public static synchronized void waitForLoaded()(Code) | | Waits until it is appropriate to allow the stub files to be loaded
|
|
|