Uses of Class
io.github.ascopes.protobufmavenplugin.utils.HostSystem
Packages that use HostSystem
Package
Description
Dependency management and analysis.
Management of
protoc
plugins.Integration with and management of
protoc
itself.Shared internal components.
-
Uses of HostSystem in io.github.ascopes.protobufmavenplugin.dependencies
Fields in io.github.ascopes.protobufmavenplugin.dependencies declared as HostSystemConstructors in io.github.ascopes.protobufmavenplugin.dependencies with parameters of type HostSystem -
Uses of HostSystem in io.github.ascopes.protobufmavenplugin.plugins
Fields in io.github.ascopes.protobufmavenplugin.plugins declared as HostSystemConstructors in io.github.ascopes.protobufmavenplugin.plugins with parameters of type HostSystemModifierConstructorDescription(package private)
JvmPluginResolver
(HostSystem hostSystem, MavenArtifactPathResolver artifactPathResolver, TemporarySpace temporarySpace, SystemPathBinaryResolver pathResolver) -
Uses of HostSystem in io.github.ascopes.protobufmavenplugin.protoc
Fields in io.github.ascopes.protobufmavenplugin.protoc declared as HostSystemModifier and TypeFieldDescriptionprivate final HostSystem
ProtocExecutor.hostSystem
private final HostSystem
ProtocResolver.hostSystem
Constructors in io.github.ascopes.protobufmavenplugin.protoc with parameters of type HostSystemModifierConstructorDescriptionProtocExecutor
(HostSystem hostSystem, TemporarySpace temporarySpace) ProtocResolver
(HostSystem hostSystem, MavenArtifactPathResolver artifactPathResolver, PlatformClassifierFactory platformClassifierFactory, SystemPathBinaryResolver systemPathResolver, UrlResourceFetcher urlResourceFetcher) -
Uses of HostSystem in io.github.ascopes.protobufmavenplugin.utils
Fields in io.github.ascopes.protobufmavenplugin.utils declared as HostSystemConstructors in io.github.ascopes.protobufmavenplugin.utils with parameters of type HostSystem