|
Eclipse JDT Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.core.formatter.CodeFormatterApplication
public class CodeFormatterApplication
Implements an Eclipse Application for org.eclipse.jdt.core.JavaCodeFormatter. There are a couple improvments that could be made: 1. Make a list of all the files first so that a file does not get formatted twice. 2. Use a text based progress monitor for output.
This class is not intended to be instantiated or subclassed by clients.
Field Summary |
---|
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable |
---|
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
Constructor Summary | |
---|---|
CodeFormatterApplication()
|
Method Summary | |
---|---|
java.lang.Object |
run(java.lang.Object args)
Runs the Java code formatter application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeFormatterApplication()
Method Detail |
---|
public java.lang.Object run(java.lang.Object args) throws java.lang.Exception
run
in interface IPlatformRunnable
java.lang.Exception
|
Eclipse JDT Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |