public class StubGenerator extends Object
| Constructor and Description |
|---|
StubGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Class c,
PrintStream out) |
static void |
genStub(Class<? extends Actor> cl) |
static void |
genStub(Class<? extends Actor> cl,
PrintStream out) |
static void |
main(String[] args) |
public void generate(Class c, PrintStream out)
public static void genStub(Class<? extends Actor> cl, PrintStream out)
public static void main(String[] args) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020. All rights reserved.