Uses of Interface
io.quarkus.bootstrap.resolver.workspace.BuildOutput
-
Packages that use BuildOutput Package Description io.quarkus.bootstrap.resolver.workspace -
-
Uses of BuildOutput in io.quarkus.bootstrap.resolver.workspace
Methods in io.quarkus.bootstrap.resolver.workspace that return types with arguments of type BuildOutput Modifier and Type Method Description Collection<BuildOutput>WorkspaceProject. getMainOutput()Where the main build output can be located and from which sources and resources it was producedCollection<BuildOutput>WorkspaceProject. getTestOutput()Where the test build output can be located and from which sources and resources it was produced
-