Uses of Package
io.github.ascopes.protobufmavenplugin.sources
Package
Description
Management of source code generation requests.
Detection and management of input Protocol Buffer sources.
Components to facilitate incremental code generation, which aims to reduce build times for
large codebases by allowing the
maven-compiler-plugin
to incrementally generate classes
from Java sources.-
ClassDescriptionComponent that resolves all protobuf source and import paths for a given plugin invocation, ensuring they are in a location that is accessible by the
protoc
binary.Listing for a root containing proto files. -
ClassDescriptionImmutable implementation of
ProjectInputListing
.Builds instances of typeImmutableProjectInputListing
.Immutable implementation ofSourceListing
.Builds instances of typeImmutableSourceListing
.Wrapper around a collection of source and import listings.Filter for source files to allow including and excluding based on glob patterns.Listing for a root containing proto files.Component that can index and resolve protobuf sources in a file tree. -