|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.apt.Main
public class Main
The main program for the command-line tool apt.
Nothing described in this source file is part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
| Constructor Summary | |
|---|---|
Main()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String... args)
Command line interface. |
static int |
process(AnnotationProcessorFactory factory,
java.io.PrintWriter out,
java.lang.String... args)
Programmatic interface. |
static int |
process(AnnotationProcessorFactory factory,
java.lang.String... args)
Programmatic interface. |
static int |
process(java.io.PrintWriter out,
java.lang.String... args)
Programmatic interface. |
static int |
process(java.lang.String... args)
Programatic interface. |
private static int |
processing(AnnotationProcessorFactory factory,
java.io.PrintWriter out,
java.lang.String... args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public static void main(java.lang.String... args)
args - The command line parameters.public static int process(java.lang.String... args)
args - The command line parameters.
public static int process(java.io.PrintWriter out,
java.lang.String... args)
args - The command line parameters.out - Where the tool's output is directed.
public static int process(AnnotationProcessorFactory factory,
java.lang.String... args)
factory - The annotation processor factory to useargs - The command line parameters.
public static int process(AnnotationProcessorFactory factory,
java.io.PrintWriter out,
java.lang.String... args)
factory - The annotation processor factory to useargs - The command line parameters.out - Where the tool's output is directed.
private static int processing(AnnotationProcessorFactory factory,
java.io.PrintWriter out,
java.lang.String... args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||