Class ProjectInputResolver
java.lang.Object
io.github.ascopes.protobufmavenplugin.sources.ProjectInputResolver
Component that resolves all protobuf source and import paths for a given plugin invocation,
ensuring they are in a location that is accessible by the
protoc
binary.- Since:
- 2.7.0
- Author:
- Ashley Scopes
-
Constructor Summary
ConstructorDescriptionProjectInputResolver
(MavenArtifactPathResolver artifactPathResolver, SourcePathResolver sourceResolver) -
Method Summary
-
Constructor Details
-
ProjectInputResolver
@Inject public ProjectInputResolver(MavenArtifactPathResolver artifactPathResolver, SourcePathResolver sourceResolver)
-
-
Method Details
-
resolveProjectInputs
public ProjectInputListing resolveProjectInputs(GenerationRequest request) throws ResolutionException - Throws:
ResolutionException
-