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.
Components for converting Java applications into native executables.
Integration with and management of
protoc itself.Detection and management of input Protocol Buffer sources.
Components for interacting with the underlying system.
URL provider implementations and URL fetching facilities
-
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.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) 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 ResolutionException -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.java
Methods in io.github.ascopes.protobufmavenplugin.java that throw ResolutionException -
Uses of ResolutionException in io.github.ascopes.protobufmavenplugin.protoc
Methods in io.github.ascopes.protobufmavenplugin.protoc that throw ResolutionExceptionModifier and TypeMethodDescriptionProtocResolver.resolve(ProtocDistribution distribution, @Nullable Digest digest) -
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.system
Methods in io.github.ascopes.protobufmavenplugin.system that throw ResolutionException -
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.