Interface PluginProtocTarget
- All Superinterfaces:
Comparable<ProtocTarget>
,ProtocTarget
- All Known Implementing Classes:
ImmutablePluginProtocTarget
Base model for a
protoc
target that calls a binary plugin.- Since:
- 3.1.0
- Author:
- Ashley Scopes
-
Method Summary
Methods inherited from interface io.github.ascopes.protobufmavenplugin.protoc.targets.ProtocTarget
compareTo
-
Method Details
-
getPlugin
ResolvedProtocPlugin getPlugin() -
getOutputPath
Path getOutputPath() -
getOrder
@Derived default int getOrder()- Specified by:
getOrder
in interfaceProtocTarget
-