edu.rice.cs.drjava.platform
Class PlatformFactory
java.lang.Object
edu.rice.cs.drjava.platform.PlatformFactory
public class PlatformFactory
- extends Object
Factory class for accessing the appropriate platform-specific implementation
of the PlatformSupport interface.
- Version:
- $Id: PlatformFactory.java 4314 2008-01-30 00:08:33Z mgricken $
- See Also:
PlatformSupport
Field Summary |
static PlatformSupport |
ONLY
A platform-appropriate implementation of the PlatformSupport interface
Singleton field populated by the static factory method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONLY
public static final PlatformSupport ONLY
- A platform-appropriate implementation of the PlatformSupport interface
Singleton field populated by the static factory method.
PlatformFactory
public PlatformFactory()