Uses of Class
io.github.ascopes.protobufmavenplugin.utils.TemporarySpace
Packages that use TemporarySpace
Package
Description
Dependency management and analysis.
Management of
protoc
plugins.Integration with and management of
protoc
itself.Detection and management of input Protocol Buffer sources.
Components to facilitate incremental code generation, which aims to reduce build times for
large codebases by allowing the
maven-compiler-plugin
to incrementally generate classes
from Java sources.-
Uses of TemporarySpace in io.github.ascopes.protobufmavenplugin.dependencies
Fields in io.github.ascopes.protobufmavenplugin.dependencies declared as TemporarySpaceConstructors in io.github.ascopes.protobufmavenplugin.dependencies with parameters of type TemporarySpace -
Uses of TemporarySpace in io.github.ascopes.protobufmavenplugin.plugins
Fields in io.github.ascopes.protobufmavenplugin.plugins declared as TemporarySpaceConstructors in io.github.ascopes.protobufmavenplugin.plugins with parameters of type TemporarySpaceModifierConstructorDescription(package private)
JvmPluginResolver
(HostSystem hostSystem, MavenArtifactPathResolver artifactPathResolver, TemporarySpace temporarySpace, SystemPathBinaryResolver pathResolver) -
Uses of TemporarySpace in io.github.ascopes.protobufmavenplugin.protoc
Fields in io.github.ascopes.protobufmavenplugin.protoc declared as TemporarySpaceConstructors in io.github.ascopes.protobufmavenplugin.protoc with parameters of type TemporarySpaceModifierConstructorDescriptionProtocExecutor
(HostSystem hostSystem, TemporarySpace temporarySpace) -
Uses of TemporarySpace in io.github.ascopes.protobufmavenplugin.sources
Fields in io.github.ascopes.protobufmavenplugin.sources declared as TemporarySpaceConstructors in io.github.ascopes.protobufmavenplugin.sources with parameters of type TemporarySpaceModifierConstructorDescription(package private)
ProtoSourceResolver
(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace) -
Uses of TemporarySpace in io.github.ascopes.protobufmavenplugin.sources.incremental
Fields in io.github.ascopes.protobufmavenplugin.sources.incremental declared as TemporarySpaceModifier and TypeFieldDescriptionprivate final TemporarySpace
IncrementalCacheManager.temporarySpace
Constructors in io.github.ascopes.protobufmavenplugin.sources.incremental with parameters of type TemporarySpaceModifierConstructorDescription(package private)
IncrementalCacheManager
(ConcurrentExecutor concurrentExecutor, TemporarySpace temporarySpace, IncrementalCacheSerializer serializedIncrementalCacheSerializer)