Uses of Interface
io.github.ascopes.jct.containers.PackageContainerGroup
Packages that use PackageContainerGroup
Package
Description
Assertions to perform on the result of a compilation.
Compiler frontends that allow invoking compilers easily from tests.
Containers used to integrate with the JSR-199 API in a modular way.
Implementation details for the JSR-199 file manager API.
-
Uses of PackageContainerGroup in io.github.ascopes.jct.assertions
Methods in io.github.ascopes.jct.assertions with parameters of type PackageContainerGroupModifier and TypeMethodDescriptionstatic PackageContainerGroupAssertJctAssertions.assertThat(PackageContainerGroup packageContainerGroup) Perform an assertion on a package container group.static PackageContainerGroupAssertJctAssertions.assertThatContainerGroup(PackageContainerGroup packageContainerGroup) Perform an assertion on a package container group.Constructors in io.github.ascopes.jct.assertions with parameters of type PackageContainerGroupModifierConstructorDescriptionPackageContainerGroupAssert(PackageContainerGroup containerGroup) Initialize the container group assertions. -
Uses of PackageContainerGroup in io.github.ascopes.jct.compilers
Methods in io.github.ascopes.jct.compilers that return PackageContainerGroupModifier and TypeMethodDescriptiondefault PackageContainerGroupJctCompilation.getAnnotationProcessorPath()Get the package container group for the annotation processor path.default PackageContainerGroupJctCompilation.getClassPath()Get the package container group for the class path.default PackageContainerGroupJctCompilation.getPlatformClassPath()Get the package container group for the platform class path (a.k.a.default PackageContainerGroupJctCompilation.getSourcePath()Get the package container group for the source path. -
Uses of PackageContainerGroup in io.github.ascopes.jct.containers
Subinterfaces of PackageContainerGroup in io.github.ascopes.jct.containersModifier and TypeInterfaceDescriptioninterfaceA base definition for an output-oriented container group.Methods in io.github.ascopes.jct.containers that return PackageContainerGroupModifier and TypeMethodDescriptionFind the package container group for the given module.ModuleContainerGroup.getOrCreateModule(String moduleName) Get thePackageContainerGroupfor a given module name, creating it if it does not yet exist.Methods in io.github.ascopes.jct.containers that return types with arguments of type PackageContainerGroupModifier and TypeMethodDescriptionModuleContainerGroup.getModules()Get the module container impl in this group. -
Uses of PackageContainerGroup in io.github.ascopes.jct.filemanagers
Methods in io.github.ascopes.jct.filemanagers that return PackageContainerGroupModifier and TypeMethodDescriptionJctFileManager.getPackageContainerGroup(JavaFileManager.Location location) Get the container group for the given package-oriented location.Methods in io.github.ascopes.jct.filemanagers that return types with arguments of type PackageContainerGroupModifier and TypeMethodDescriptionJctFileManager.getPackageContainerGroups()Get a collection of all package container impl in this file manager.