Uses of Interface
io.github.ascopes.jct.containers.ModuleContainerGroup
Packages that use ModuleContainerGroup
Package
Description
AssertJ extensions for testing the results of compilations.
APIs for performing compiler passes across user-defined workspaces.
APIs for representing the various file management locations across multiple file system
implementations.
APIs that integrate with the JSR-199 FileManager APIs.
-
Uses of ModuleContainerGroup in io.github.ascopes.jct.assertions
Subclasses with type arguments of type ModuleContainerGroup in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal classAssertions for module container groups.Methods in io.github.ascopes.jct.assertions with parameters of type ModuleContainerGroupModifier and TypeMethodDescriptionstatic ModuleContainerGroupAssertJctAssertions.assertThat(@Nullable ModuleContainerGroup moduleContainerGroup) Perform an assertion on a module container group.static ModuleContainerGroupAssertJctAssertions.assertThatContainerGroup(@Nullable ModuleContainerGroup moduleContainerGroup) Perform an assertion on a module container group.Constructors in io.github.ascopes.jct.assertions with parameters of type ModuleContainerGroupModifierConstructorDescriptionModuleContainerGroupAssert(@Nullable ModuleContainerGroup containerGroup) Initialize the container group assertions. -
Uses of ModuleContainerGroup in io.github.ascopes.jct.compilers
Methods in io.github.ascopes.jct.compilers that return ModuleContainerGroupModifier and TypeMethodDescriptiondefault @Nullable ModuleContainerGroupJctCompilation.getAnnotationProcessorModulePath()Get the module container group for the annotation processor module path.default @Nullable ModuleContainerGroupJctCompilation.getModulePath()Get the module container group for the module path.default @Nullable ModuleContainerGroupJctCompilation.getModuleSourcePath()Get the module container group for the module source path.default @Nullable ModuleContainerGroupJctCompilation.getPatchModulePath()Get the module container group for the patch module path.default @Nullable ModuleContainerGroupJctCompilation.getSystemModules()Get the module container group for all system modules that are part of the JDK distribution.default @Nullable ModuleContainerGroupJctCompilation.getUpgradeModulePath()Get the module container group for the upgrade module path. -
Uses of ModuleContainerGroup in io.github.ascopes.jct.containers
Subinterfaces of ModuleContainerGroup in io.github.ascopes.jct.containersModifier and TypeInterfaceDescriptioninterfaceA base definition for an output-oriented container group. -
Uses of ModuleContainerGroup in io.github.ascopes.jct.filemanagers
Methods in io.github.ascopes.jct.filemanagers that return ModuleContainerGroupModifier and TypeMethodDescriptiondefault @Nullable ModuleContainerGroupJctFileManager.getAnnotationProcessorModulePathGroup()Get the location holding theannotation processor module path.JctFileManager.getModuleContainerGroup(JavaFileManager.Location location) Get the container group for the given module-oriented location.default @Nullable ModuleContainerGroupJctFileManager.getModulePathGroup()Get the location holding themodule path.default @Nullable ModuleContainerGroupJctFileManager.getModuleSourcePathGroup()Get the location holding themodule source path.Methods in io.github.ascopes.jct.filemanagers that return types with arguments of type ModuleContainerGroupModifier and TypeMethodDescriptionJctFileManager.getModuleContainerGroups()Get a collection of all module container groups in this file manager.