Uses of Class
io.github.ascopes.protobufmavenplugin.utils.ResolutionException
Packages that use ResolutionException
Package
Description
Dependency management and analysis.
Various file system extensions and utilities.
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.
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) Determine the platform-specific classifier for the given binary name.MavenArtifactPathResolver.resolveArtifact
(MavenArtifact artifact) Resolve a single Maven artifact directly, and do not resolve any transitive dependencies.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. -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.fs
Methods in io.github.ascopes.protobufmavenplugin.fs that throw ResolutionExceptionModifier and TypeMethodDescriptionUriResourceFetcher.fetchFileFromUri
(URI uri, String extension) 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.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) Resolve allprotoc
plugins. -
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.utils
Methods in io.github.ascopes.protobufmavenplugin.utils that throw ResolutionException