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.
Shared internal components.
-
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.dependencies
Methods in io.github.ascopes.protobufmavenplugin.dependencies that throw ResolutionExceptionModifier and TypeMethodDescriptionUrlResourceFetcher.fetchFileFromUrl
(URL url, String extension) PlatformClassifierFactory.getClassifier
(String binaryName) 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.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that throw ResolutionExceptionModifier and TypeMethodDescriptionboolean
ProtobufBuildOrchestrator.generate
(GenerationRequest request) -
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