edu.rice.cs.drjava.model.compiler
Class Javac141FromToolsJar
java.lang.Object
|
+--edu.rice.cs.drjava.model.compiler.CompilerProxy
|
+--edu.rice.cs.drjava.model.compiler.Javac141FromToolsJar
- All Implemented Interfaces:
- CompilerInterface
- public class Javac141FromToolsJar
- extends CompilerProxy
A compiler interface to find Javac (1.4.1+) in the tools.jar file.
- Version:
- $Id: Javac141FromToolsJar.java,v 1.1 2002/09/13 22:55:34 csreis Exp $
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
Javac141FromToolsJar
private Javac141FromToolsJar()
- 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