Interface MavenProtocPlugin
- All Superinterfaces:
MavenArtifact, ProtocPlugin
- All Known Implementing Classes:
ImmutableMavenProtocPlugin, MavenProtocPluginBean
Implementation independent descriptor for a protoc plugin that can be resolved from a Maven
repository.
- Since:
- 2.0.0
- Author:
- Ashley Scopes
-
Method Summary
Methods inherited from interface MavenArtifact
getArtifactId, getClassifier, getGroupId, getType
Methods inherited from interface ProtocPlugin
getOptions, getOrder, getOutputDirectory, isRegisterAsCompilationRoot, isSkip
-
Method Details
-
getVersion
@NonNull String getVersion()- Specified by:
getVersion
in interfaceMavenArtifact
-
getJvmArgs
-
getJvmConfigArgs
-
getMainClass
@Nullable String getMainClass()
-