Class IncrementalCacheManager
java.lang.Object
io.github.ascopes.protobufmavenplugin.sources.incremental.IncrementalCacheManager
Manager that detects situations where incremental compilation may be faster on large codebases.
- Since:
- 2.7.0
- Author:
- Ashley Scopes
-
Constructor Summary
ConstructorDescriptionIncrementalCacheManager
(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace) -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
IncrementalCacheManager
@Inject public IncrementalCacheManager(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace)
-
-
Method Details
-
updateIncrementalCache
- Throws:
IOException
-
determineSourcesToCompile
- Throws:
IOException
-