Package manifold.internal.javac
Class ManPatchModuleLocation
- java.lang.Object
-
- manifold.internal.javac.ManPatchModuleLocation
-
- All Implemented Interfaces:
JavaFileManager.Location
public class ManPatchModuleLocation extends Object implements JavaFileManager.Location
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaFileManager.LocationgetLocationForModule()StringgetName()booleanisOutputLocation()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.tools.JavaFileManager.Location
isModuleOrientedLocation
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJavaFileManager.Location
-
getLocationForModule
public JavaFileManager.Location getLocationForModule()
-
isOutputLocation
public boolean isOutputLocation()
- Specified by:
isOutputLocationin interfaceJavaFileManager.Location
-
-