Uses of Interface
io.github.ascopes.jct.containers.OutputContainerGroup
Packages that use OutputContainerGroup
Package
Description
AssertJ extensions for testing the results of compilations.
APIs for performing compiler passes across user-defined workspaces.
APIs that integrate with the JSR-199 FileManager APIs.
-
Uses of OutputContainerGroup in io.github.ascopes.jct.assertions
Subclasses with type arguments of type OutputContainerGroup in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal class
Assertions for output container groups.Methods in io.github.ascopes.jct.assertions with parameters of type OutputContainerGroupModifier and TypeMethodDescriptionstatic OutputContainerGroupAssert
JctAssertions.assertThat
(@Nullable OutputContainerGroup outputContainerGroup) Perform an assertion on an output container group.static OutputContainerGroupAssert
JctAssertions.assertThatContainerGroup
(@Nullable OutputContainerGroup outputContainerGroup) Perform an assertion on an output container group.Constructors in io.github.ascopes.jct.assertions with parameters of type OutputContainerGroupModifierConstructorDescriptionOutputContainerGroupAssert
(@Nullable OutputContainerGroup containerGroup) Initialize the container group assertions. -
Uses of OutputContainerGroup in io.github.ascopes.jct.compilers
Methods in io.github.ascopes.jct.compilers that return OutputContainerGroupModifier and TypeMethodDescriptiondefault @Nullable OutputContainerGroup
JctCompilation.getClassOutputs()
Get the output container group for class outputs.default @Nullable OutputContainerGroup
JctCompilation.getNativeHeaderOutputs()
Get the output container group for the native header file outputs.default @Nullable OutputContainerGroup
JctCompilation.getSourceOutputs()
Get the output container group for source outputs. -
Uses of OutputContainerGroup in io.github.ascopes.jct.filemanagers
Methods in io.github.ascopes.jct.filemanagers that return OutputContainerGroupModifier and TypeMethodDescriptiondefault @Nullable OutputContainerGroup
JctFileManager.getClassOutputGroup()
Get the location holding theclass outputs
.JctFileManager.getOutputContainerGroup
(JavaFileManager.Location location) Get the container group for the given output-oriented location.default @Nullable OutputContainerGroup
JctFileManager.getSourceOutputGroup()
Get the location holding thesource outputs
.Methods in io.github.ascopes.jct.filemanagers that return types with arguments of type OutputContainerGroupModifier and TypeMethodDescriptionJctFileManager.getOutputContainerGroups()
Get a collection of all output container groups in this file manager.