Uses of Interface
org.apache.maven.rtinfo.RuntimeInformation
Packages that use RuntimeInformation
Package
Description
-
Uses of RuntimeInformation in org.apache.maven.execution
Fields in org.apache.maven.execution declared as RuntimeInformationModifier and TypeFieldDescriptionprivate RuntimeInformation
DefaultRuntimeInformation.rtInfo
Deprecated. -
Uses of RuntimeInformation in org.apache.maven.internal.aether
Fields in org.apache.maven.internal.aether declared as RuntimeInformationModifier and TypeFieldDescriptionprivate final RuntimeInformation
DefaultRepositorySystemSessionFactory.runtimeInformation
Constructors in org.apache.maven.internal.aether with parameters of type RuntimeInformationModifierConstructorDescription(package private)
DefaultRepositorySystemSessionFactory
(org.eclipse.aether.RepositorySystem repoSystem, EventSpyDispatcher eventSpyDispatcher, RuntimeInformation runtimeInformation, TypeRegistry typeRegistry, org.eclipse.aether.version.VersionScheme versionScheme, Map<String, RepositorySystemSessionExtender> sessionExtenders) -
Uses of RuntimeInformation in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl declared as RuntimeInformationModifier and TypeFieldDescriptionprivate final RuntimeInformation
DefaultSession.runtimeInformation
private final RuntimeInformation
DefaultSessionFactory.runtimeInformation
Constructors in org.apache.maven.internal.impl with parameters of type RuntimeInformationModifierConstructorDescriptionDefaultSession
(MavenSession session, org.eclipse.aether.RepositorySystem repositorySystem, List<RemoteRepository> remoteRepositories, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) DefaultSessionFactory
(org.eclipse.aether.RepositorySystem repositorySystem, MavenRepositorySystem mavenRepositorySystem, Lookup lookup, RuntimeInformation runtimeInformation) -
Uses of RuntimeInformation in org.apache.maven.plugin.internal
Fields in org.apache.maven.plugin.internal declared as RuntimeInformationModifier and TypeFieldDescriptionprivate final RuntimeInformation
MavenPluginMavenPrerequisiteChecker.runtimeInformation
Constructors in org.apache.maven.plugin.internal with parameters of type RuntimeInformationModifierConstructorDescriptionMavenPluginMavenPrerequisiteChecker
(RuntimeInformation runtimeInformation) -
Uses of RuntimeInformation in org.apache.maven.rtinfo.internal
Classes in org.apache.maven.rtinfo.internal that implement RuntimeInformationModifier and TypeClassDescriptionclass
Provides information about the current Maven runtime.