Interface ProtocPlugin
- All Known Subinterfaces:
MavenProtocPlugin
,OptionalProtocPlugin
,PathProtocPlugin
,UrlProtocPlugin
- All Known Implementing Classes:
ImmutableMavenProtocPlugin
,MavenProtocPluginBean
,PathProtocPluginBean
,UrlProtocPluginBean
public interface ProtocPlugin
Base interface for a Protoc plugin reference.
Plugins can be marked as skippable, but by default will not be skipped.
- Since:
- 2.0.0
- Author:
- Ashley Scopes
-
Method Details
-
getOptions
@Nullable String getOptions() -
getOrder
default int getOrder() -
isSkip
default boolean isSkip()
-