Class ModuleLocationHandler
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.tool.ModuleLocationHandler
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.aspectj.org.eclipse.jdt.internal.compiler.tool.ModuleLocationHandler.LocationContainergetLocation(JavaFileManager.Location location) getLocation(JavaFileManager.Location loc, String moduleName) getLocation(JavaFileManager.Location loc, Path path) voidvoidvoidsetLocation(JavaFileManager.Location location, Iterable<? extends Path> paths) voidsetLocation(JavaFileManager.Location location, String moduleName, Iterable<? extends Path> paths)
-
Method Details
-
newSystemLocation
- Throws:
IOException
-
newOutputLocation
-
getLocation
public ModuleLocationHandler.LocationWrapper getLocation(JavaFileManager.Location loc, String moduleName) -
getLocation
-
getLocation
public org.aspectj.org.eclipse.jdt.internal.compiler.tool.ModuleLocationHandler.LocationContainer getLocation(JavaFileManager.Location location) -
setLocation
-
setLocation
public void setLocation(JavaFileManager.Location location, String moduleName, Iterable<? extends Path> paths) -
listLocationsForModules
public Iterable<Set<JavaFileManager.Location>> listLocationsForModules(JavaFileManager.Location location) -
close
public void close()
-