Uses of Class
io.github.ascopes.protobufmavenplugin.digests.Digest
Packages that use Digest
Package
Description
Hashing operations and support.
Management of source code generation requests.
Management of
protoc plugins.Integration with and management of
protoc itself.Distribution models for the <protoc/> plugin parameter
-
Uses of Digest in io.github.ascopes.protobufmavenplugin.digests
Methods in io.github.ascopes.protobufmavenplugin.digests that return Digest -
Uses of Digest in io.github.ascopes.protobufmavenplugin.generation
Methods in io.github.ascopes.protobufmavenplugin.generation that return DigestModifier and TypeMethodDescription@Nullable DigestGenerationRequest.getProtocDigest()The digest of theprotocbinary to verify, ornullif no verification should take place.@Nullable DigestImmutableGenerationRequest.getProtocDigest()The digest of theprotocbinary to verify, ornullif no verification should take place.Methods in io.github.ascopes.protobufmavenplugin.generation with parameters of type DigestModifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.protocDigest(@Nullable Digest protocDigest) Initializes the value for theprotocDigestattribute. -
Uses of Digest in io.github.ascopes.protobufmavenplugin.plugins
Methods in io.github.ascopes.protobufmavenplugin.plugins that return DigestModifier and TypeMethodDescriptionabstract @Nullable DigestPathProtocPlugin.getDigest()@Nullable DigestPathProtocPluginBean.getDigest()abstract @Nullable DigestUriProtocPlugin.getDigest()@Nullable DigestUriProtocPluginBean.getDigest()Methods in io.github.ascopes.protobufmavenplugin.plugins with parameters of type Digest -
Uses of Digest in io.github.ascopes.protobufmavenplugin.protoc
Methods in io.github.ascopes.protobufmavenplugin.protoc with parameters of type DigestModifier and TypeMethodDescriptionProtocResolver.resolve(ProtocDistribution distribution, @Nullable Digest digest) -
Uses of Digest in io.github.ascopes.protobufmavenplugin.protoc.distributions
Methods in io.github.ascopes.protobufmavenplugin.protoc.distributions that return DigestModifier and TypeMethodDescription@Nullable DigestImmutablePathProtocDistribution.getDigest()Get the digest.@Nullable DigestImmutableUriProtocDistribution.getDigest()Get the digest.abstract @Nullable DigestPathProtocDistribution.getDigest()Get the digest.@Nullable DigestPathProtocDistributionBean.getDigest()Get the digest.abstract @Nullable DigestUriProtocDistribution.getDigest()Get the digest.@Nullable DigestUriProtocDistributionBean.getDigest()Get the digest.Methods in io.github.ascopes.protobufmavenplugin.protoc.distributions with parameters of type Digest