Uses of Interface
io.github.ascopes.protobufmavenplugin.dependencies.MavenDependency
Package
Description
Dependency management and analysis.
Management of source code generation requests.
-
Uses of MavenDependency in io.github.ascopes.protobufmavenplugin.dependencies
Modifier and TypeClassDescriptionfinal class
Immutable implementation ofMavenDependency
.class
A modifiable implementation of theMavenDependency
type.Modifier and TypeMethodDescriptionImmutableMavenDependency.Builder.from
(MavenDependency instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenDependency
instance.MavenDependencyBean.from
(MavenDependency instance) Fill this modifiable instance with attribute values from the providedMavenDependency
instance. -
Uses of MavenDependency in io.github.ascopes.protobufmavenplugin.generation
Modifier and TypeMethodDescriptionCollection
<? extends MavenDependency> GenerationRequest.getImportDependencies()
Collection
<? extends MavenDependency> ImmutableGenerationRequest.getImportDependencies()
Collection
<? extends MavenDependency> GenerationRequest.getSourceDependencies()
Collection
<? extends MavenDependency> ImmutableGenerationRequest.getSourceDependencies()
Modifier and TypeMethodDescriptionImmutableGenerationRequest.Builder.importDependencies
(Collection<? extends MavenDependency> importDependencies) Initializes the value for theimportDependencies
attribute.ImmutableGenerationRequest.Builder.sourceDependencies
(Collection<? extends MavenDependency> sourceDependencies) Initializes the value for thesourceDependencies
attribute.