Uses of Class
io.github.ascopes.jct.filemanagers.ModuleLocation
Package
Description
APIs for representing the various file management locations across multiple file system
implementations.
APIs that integrate with the JSR-199 FileManager APIs.
-
Uses of ModuleLocation in io.github.ascopes.jct.containers
Modifier and TypeMethodDescriptionModuleContainerGroup.getModules()
Get the module container impl in this group.Modifier and TypeMethodDescriptionboolean
ModuleContainerGroup.hasLocation
(ModuleLocation location) Determine if this group contains a given module. -
Uses of ModuleLocation in io.github.ascopes.jct.filemanagers
Modifier and TypeMethodDescriptionstatic Optional
<ModuleLocation> ModuleLocation.upcast
(JavaFileManager.Location location) Attempt to upcast a given location to a ModuleLocation if it is an instance of ModuleLocation.