Interface PathProtocPlugin
- All Superinterfaces:
OptionalProtocPlugin
,ProtocPlugin
- All Known Implementing Classes:
PathProtocPluginBean
Implementation independent descriptor for a protoc plugin that can be resolved from the system
$PATH
.
Path-based plugins can be marked as optional if they should be skipped when the resource is unable to be resolved.
- Since:
- 2.0.0
- Author:
- Ashley Scopes
-
Method Summary
Methods inherited from interface io.github.ascopes.protobufmavenplugin.plugins.OptionalProtocPlugin
isOptional
Methods inherited from interface io.github.ascopes.protobufmavenplugin.plugins.ProtocPlugin
getOptions, getOrder, isSkip
-
Method Details
-
getName
String getName()
-