Uses of Class
io.github.ascopes.protobufmavenplugin.utils.ResolutionException
Packages that use ResolutionException
Package
Description
Dependency management and analysis.
Management of source code generation requests.
Management of
protoc
plugins.Integration with and management of
protoc
itself.Detection and management of input Protocol Buffer sources.
URL provider implementations and URL fetching facilities
Shared internal components.
-
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.dependencies
Methods in io.github.ascopes.protobufmavenplugin.dependencies that throw ResolutionExceptionModifier and TypeMethodDescriptionPlatformClassifierFactory.getClassifier
(String binaryName) MavenArtifactPathResolver.resolveDependencies
(Collection<? extends MavenArtifact> artifacts, DependencyResolutionDepth defaultDependencyResolutionDepth, Set<String> dependencyScopes, boolean includeProjectDependencies, boolean failOnInvalidDependencies) Resolve all given dependencies based on their resolution depth semantics.MavenArtifactPathResolver.resolveExecutable
(MavenArtifact artifact) Resolve a single Maven artifact directly, and do not resolve any transitive dependencies. -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that throw ResolutionException -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.plugins
Methods in io.github.ascopes.protobufmavenplugin.plugins that throw ResolutionExceptionModifier and TypeMethodDescriptionProjectPluginResolver.resolveProjectPlugins
(GenerationRequest request) -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.protoc
Methods in io.github.ascopes.protobufmavenplugin.protoc that throw ResolutionException -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.sources
Methods in io.github.ascopes.protobufmavenplugin.sources that throw ResolutionExceptionModifier and TypeMethodDescriptionProjectInputResolver.resolveProjectInputs
(GenerationRequest request) -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.urls
Methods in io.github.ascopes.protobufmavenplugin.urls that throw ResolutionExceptionModifier and TypeMethodDescriptionUriResourceFetcher.fetchFileFromUri
(URI uri, String extension, boolean setExecutable) Fetch a file from the given URL, possibly downloading it to the local file system in a temporary location if it is not on the root file system. -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.utils
Methods in io.github.ascopes.protobufmavenplugin.utils that throw ResolutionException