Class AbstractTemporaryLocationProvider
java.lang.Object
io.github.ascopes.protobufmavenplugin.fs.AbstractTemporaryLocationProvider
- Direct Known Subclasses:
SanctionedExecutableTransformer
,TemporarySpace
Base for implementing a temporary location somewhere that has a unique path per goal
invocation.
- Author:
- Ashley Scopes
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractTemporaryLocationProvider
(org.apache.maven.plugin.MojoExecution mojoExecution) -
Method Summary
Modifier and TypeMethodDescriptionprotected Path
resolveAndCreateDirectory
(Path basePath, String... bits)
-
Constructor Details
-
AbstractTemporaryLocationProvider
protected AbstractTemporaryLocationProvider(org.apache.maven.plugin.MojoExecution mojoExecution)
-
-
Method Details
-
resolveAndCreateDirectory
- Throws:
IOException
-