Uses of Interface
io.quarkus.paths.PathCollection
Packages that use PathCollection
Package
Description
-
Uses of PathCollection in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement PathCollectionMethods in io.quarkus.bootstrap.model that return PathCollectionModifier and TypeMethodDescriptionAppArtifact.getResolvedPaths()AppDependency.getResolvedPaths() -
Uses of PathCollection in io.quarkus.bootstrap.workspace
Methods in io.quarkus.bootstrap.workspace that return PathCollectionModifier and TypeMethodDescriptionDefaultWorkspaceModule.Builder.getBuildFiles()DefaultWorkspaceModule.getBuildFiles()WorkspaceModule.getBuildFiles()Methods in io.quarkus.bootstrap.workspace with parameters of type PathCollectionModifier and TypeMethodDescriptionvoidDefaultWorkspaceModule.setBuildFiles(PathCollection buildFiles) -
Uses of PathCollection in io.quarkus.maven.dependency
Methods in io.quarkus.maven.dependency that return PathCollectionModifier and TypeMethodDescriptionResolvedArtifactDependency.getResolvedPaths()ResolvedDependency.getResolvedPaths()ResolvedDependencyBuilder.getResolvedPaths()Methods in io.quarkus.maven.dependency with parameters of type PathCollectionModifier and TypeMethodDescriptionvoidResolvableDependency.setResolvedPaths(PathCollection paths) voidResolvedArtifactDependency.setResolvedPaths(PathCollection paths) ResolvedDependencyBuilder.setResolvedPaths(PathCollection resolvedPaths) Constructors in io.quarkus.maven.dependency with parameters of type PathCollectionModifierConstructorDescriptionResolvedArtifactDependency(ArtifactCoords coords, PathCollection resolvedPaths) ResolvedArtifactDependency(String groupId, String artifactId, String classifier, String type, String version, PathCollection resolvedPath) -
Uses of PathCollection in io.quarkus.paths
Classes in io.quarkus.paths that implement PathCollectionMethods in io.quarkus.paths that return PathCollection