Uses of Interface
io.github.ascopes.jct.containers.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
Modifier and TypeClassDescriptionfinal class
Assertions for output container groups.Modifier 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.ModifierConstructorDescriptionOutputContainerGroupAssert
(@Nullable OutputContainerGroup containerGroup) Initialize the container group assertions. -
Uses of OutputContainerGroup in io.github.ascopes.jct.compilers
Modifier 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
Modifier 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
.Modifier and TypeMethodDescriptionJctFileManager.getOutputContainerGroups()
Get a collection of all output container groups in this file manager.