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.
Distribution models for the <plugins/> plugin parameter.
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.distributions
Fields in io.github.ascopes.protobufmavenplugin.plugins.distributions with type parameters of type DigestModifier and TypeFieldDescriptionfinal org.immutables.datatype.Datatype.Feature<PathProtocPlugin, @Nullable Digest> Datatypes_PathProtocPlugin.PathProtocPlugin_.digest_final org.immutables.datatype.Datatype.Feature<UriProtocPlugin, @Nullable Digest> Datatypes_UriProtocPlugin.UriProtocPlugin_.digest_Methods in io.github.ascopes.protobufmavenplugin.plugins.distributions that return DigestModifier and TypeMethodDescription@Nullable DigestImmutablePathProtocPlugin.getDigest()@Nullable DigestImmutableUriProtocPlugin.getDigest()abstract @Nullable DigestPathProtocPlugin.getDigest()abstract @Nullable DigestUriProtocPlugin.getDigest()Methods in io.github.ascopes.protobufmavenplugin.plugins.distributions 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
Fields in io.github.ascopes.protobufmavenplugin.protoc.distributions with type parameters of type DigestModifier and TypeFieldDescriptionfinal org.immutables.datatype.Datatype.Feature<PathProtocDistribution, @Nullable Digest> Datatypes_PathProtocDistribution.PathProtocDistribution_.digest_final org.immutables.datatype.Datatype.Feature<UriProtocDistribution, @Nullable Digest> Datatypes_UriProtocDistribution.UriProtocDistribution_.digest_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.abstract @Nullable DigestUriProtocDistribution.getDigest()Get the digest.Methods in io.github.ascopes.protobufmavenplugin.protoc.distributions with parameters of type Digest