edu.rice.cs.drjava.model.compiler
Class JavacFromToolsJar
java.lang.Object
|
+--edu.rice.cs.drjava.model.compiler.CompilerProxy
|
+--edu.rice.cs.drjava.model.compiler.JavacFromToolsJar
- All Implemented Interfaces:
- CompilerInterface
- public class JavacFromToolsJar
- extends CompilerProxy
A compiler interface to search a given
- Version:
- $Id: JavacFromToolsJar.java,v 1.4 2002/02/08 14:22:19 brianstoler Exp $
Constructor Summary |
private |
JavacFromToolsJar()
Private constructor due to singleton. |
Method Summary |
String |
getName()
Returns the name of this compiler, appropriate to show to the user. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ONLY
public static final CompilerInterface ONLY
JavacFromToolsJar
private JavacFromToolsJar()
- Private constructor due to singleton.
getName
public String getName()
- Returns the name of this compiler, appropriate to show to the user.
- Overrides:
getName
in class CompilerProxy