Uses of Class
io.github.ascopes.protobufmavenplugin.dependencies.MavenArtifactBean
Packages that use MavenArtifactBean
Package
Description
Dependency management and analysis.
Definition of Maven MOJOs that make up this plugin.
-
Uses of MavenArtifactBean in io.github.ascopes.protobufmavenplugin.dependencies
Methods in io.github.ascopes.protobufmavenplugin.dependencies that return MavenArtifactBeanModifier and TypeMethodDescriptionMavenArtifactBean.from
(MavenArtifact instance) Fill this modifiable instance with attribute values from the providedMavenArtifact
instance.MavenArtifactBean.from
(MavenArtifactBean instance) Fill this modifiable instance with attribute values from the providedMavenArtifact
instance.Methods in io.github.ascopes.protobufmavenplugin.dependencies with parameters of type MavenArtifactBeanModifier and TypeMethodDescriptionprivate boolean
MavenArtifactBean.equalTo
(MavenArtifactBean another) MavenArtifactBean.from
(MavenArtifactBean instance) Fill this modifiable instance with attribute values from the providedMavenArtifact
instance. -
Uses of MavenArtifactBean in io.github.ascopes.protobufmavenplugin.mojo
Fields in io.github.ascopes.protobufmavenplugin.mojo with type parameters of type MavenArtifactBeanModifier and TypeFieldDescription(package private) @Nullable List
<MavenArtifactBean> AbstractGenerateMojo.importDependencies
Specify additional dependencies to import protobuf sources from.(package private) @Nullable List
<MavenArtifactBean> AbstractGenerateMojo.sourceDependencies
Additional dependencies to compile, pulled from the Maven repository.(package private) @Nullable List
<MavenArtifactBean> AbstractGenerateMojo.sourceDescriptorDependencies
Protobuf Descriptor files to compile.