Uses of Class
org.apache.maven.surefire.booter.Classpath
Packages that use Classpath
Package
Description
-
Uses of Classpath in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire with type parameters of type ClasspathModifier and TypeFieldDescriptionAbstractSurefireMojo.ClasspathCache.classpaths
private static final ConcurrentHashMap<String,
Classpath> ClasspathCache.CLASSPATHS
Deprecated.Methods in org.apache.maven.plugin.surefire that return ClasspathModifier and TypeMethodDescriptionprivate static Classpath
AbstractSurefireMojo.createInProcClasspath
(Classpath providerClasspath, Set<org.apache.maven.artifact.Artifact> newArtifacts) private Classpath
AbstractSurefireMojo.getArtifactClasspath
(org.apache.maven.artifact.Artifact surefireArtifact) private Classpath
AbstractSurefireMojo.ClasspathCache.getCachedClassPath
(String artifactId) static Classpath
ClasspathCache.getCachedClassPath
(String artifactId) Deprecated.private Classpath
AbstractSurefireMojo.ClasspathCache.setCachedClasspath
(String key, Set<org.apache.maven.artifact.Artifact> artifacts) static Classpath
ClasspathCache.setCachedClasspath
(String key, Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.(package private) Classpath
TestClassPath.toClasspath()
Methods in org.apache.maven.plugin.surefire with parameters of type ClasspathModifier and TypeMethodDescriptionprivate static Classpath
AbstractSurefireMojo.createInProcClasspath
(Classpath providerClasspath, Set<org.apache.maven.artifact.Artifact> newArtifacts) private void
AbstractSurefireMojo.ClasspathCache.setCachedClasspath
(String key, Classpath classpath) static void
ClasspathCache.setCachedClasspath
(String key, Classpath classpath) Deprecated.void
SurefireProperties.setClasspath
(String prefix, Classpath classpath) -
Uses of Classpath in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as ClasspathModifier and TypeFieldDescriptionprivate final Classpath
DefaultForkConfiguration.booterClasspath
Methods in org.apache.maven.plugin.surefire.booterclient that return ClasspathModifier and TypeMethodDescriptionprotected Classpath
DefaultForkConfiguration.getBooterClasspath()
protected abstract Classpath
ForkConfiguration.getBooterClasspath()
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ClasspathModifierConstructorDescription(package private)
AbstractClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) ClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) protected
DefaultForkConfiguration
(Classpath booterClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) JarManifestForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) ModularClasspathForkConfiguration
(Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log, ForkNodeFactory forkNodeFactory) -
Uses of Classpath in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ClasspathModifier and TypeFieldDescriptionprivate final Classpath
ClasspathConfiguration.inprocClasspath
The surefire classpath to use when invoking in-process with the pluginprivate final Classpath
ModularClasspathConfiguration.inprocClasspath
The surefire classpath to use when invoking in-process with the pluginprivate final Classpath
AbstractPathConfiguration.surefireClasspathUrls
private final Classpath
ClasspathConfiguration.testClasspathUrls
private final Classpath
ModularClasspathConfiguration.testClasspathUrls
Methods in org.apache.maven.surefire.booter that return ClasspathModifier and TypeMethodDescriptionClasspath.addClassPathElementUrl
(String path) Classpath.clone()
static Classpath
Classpath.emptyClasspath()
(package private) Classpath
PropertiesWrapper.getClasspath
(String prefix) protected abstract Classpath
AbstractPathConfiguration.getInprocClasspath()
protected Classpath
ClasspathConfiguration.getInprocClasspath()
protected Classpath
ModularClasspathConfiguration.getInprocClasspath()
(package private) final Classpath
AbstractPathConfiguration.getInprocTestClasspath()
AbstractPathConfiguration.getProviderClasspath()
abstract Classpath
AbstractPathConfiguration.getTestClasspath()
ClasspathConfiguration.getTestClasspath()
ModularClasspathConfiguration.getTestClasspath()
static Classpath
Methods in org.apache.maven.surefire.booter with parameters of type ClasspathModifier and TypeMethodDescription(package private) final ClassLoader
AbstractPathConfiguration.createMergedClassLoader
(Classpath cp) static Classpath
void
PropertiesWrapper.setClasspath
(String prefix, Classpath classpath) Constructors in org.apache.maven.surefire.booter with parameters of type ClasspathModifierConstructorDescriptionprotected
AbstractPathConfiguration
(Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation) ClasspathConfiguration
(Classpath testClasspathUrls, Classpath surefireClassPathUrls, Classpath inprocClasspath, boolean enableAssertions, boolean childDelegation) ModularClasspathConfiguration
(ModularClasspath modularClasspath, Classpath testClasspathUrls, Classpath surefireClasspathUrls, Classpath inprocClasspath, boolean enableAssertions, boolean childDelegation)