Class ProtocPluginResolver
java.lang.Object
io.github.ascopes.protobufmavenplugin.plugins.ProtocPluginResolver
@Description("Resolves and packages protoc plugins from various remote and local locations")
@Named
public final class ProtocPluginResolver
extends Object
Resolver for plugins within a project that may be located in several
different places.
- Since:
- 4.1.1
- Author:
- Ashley Scopes
-
Method Summary
-
Method Details
-
resolvePlugins
public Collection<ResolvedProtocPlugin> resolvePlugins(GenerationRequest request) throws ResolutionException - Throws:
ResolutionException
-