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.classpathsprivate static final ConcurrentHashMap<String,Classpath> ClasspathCache.CLASSPATHSDeprecated.Methods in org.apache.maven.plugin.surefire that return ClasspathModifier and TypeMethodDescriptionprivate static ClasspathAbstractSurefireMojo.createInProcClasspath(Classpath providerClasspath, Set<org.apache.maven.artifact.Artifact> newArtifacts) private ClasspathAbstractSurefireMojo.getArtifactClasspath(org.apache.maven.artifact.Artifact surefireArtifact) private ClasspathAbstractSurefireMojo.ClasspathCache.getCachedClassPath(String artifactId) static ClasspathClasspathCache.getCachedClassPath(String artifactId) Deprecated.private ClasspathAbstractSurefireMojo.ClasspathCache.setCachedClasspath(String key, Set<org.apache.maven.artifact.Artifact> artifacts) static ClasspathClasspathCache.setCachedClasspath(String key, Set<org.apache.maven.artifact.Artifact> artifacts) Deprecated.(package private) ClasspathTestClassPath.toClasspath()Methods in org.apache.maven.plugin.surefire with parameters of type ClasspathModifier and TypeMethodDescriptionprivate static ClasspathAbstractSurefireMojo.createInProcClasspath(Classpath providerClasspath, Set<org.apache.maven.artifact.Artifact> newArtifacts) private voidAbstractSurefireMojo.ClasspathCache.setCachedClasspath(String key, Classpath classpath) static voidClasspathCache.setCachedClasspath(String key, Classpath classpath) Deprecated.voidSurefireProperties.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 ClasspathDefaultForkConfiguration.booterClasspathMethods in org.apache.maven.plugin.surefire.booterclient that return ClasspathModifier and TypeMethodDescriptionprotected ClasspathDefaultForkConfiguration.getBooterClasspath()protected abstract ClasspathForkConfiguration.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) 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) protectedDefaultForkConfiguration(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) 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) 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) -
Uses of Classpath in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ClasspathModifier and TypeFieldDescriptionprivate final ClasspathClasspathConfiguration.inprocClasspathThe surefire classpath to use when invoking in-process with the pluginprivate final ClasspathModularClasspathConfiguration.inprocClasspathThe surefire classpath to use when invoking in-process with the pluginprivate final ClasspathAbstractPathConfiguration.surefireClasspathUrlsprivate final ClasspathClasspathConfiguration.testClasspathUrlsprivate final ClasspathModularClasspathConfiguration.testClasspathUrlsMethods in org.apache.maven.surefire.booter that return ClasspathModifier and TypeMethodDescriptionClasspath.addClassPathElementUrl(String path) Classpath.clone()static ClasspathClasspath.emptyClasspath()(package private) ClasspathPropertiesWrapper.getClasspath(String prefix) protected abstract ClasspathAbstractPathConfiguration.getInprocClasspath()protected ClasspathClasspathConfiguration.getInprocClasspath()protected ClasspathModularClasspathConfiguration.getInprocClasspath()(package private) final ClasspathAbstractPathConfiguration.getInprocTestClasspath()AbstractPathConfiguration.getProviderClasspath()abstract ClasspathAbstractPathConfiguration.getTestClasspath()ClasspathConfiguration.getTestClasspath()ModularClasspathConfiguration.getTestClasspath()static ClasspathMethods in org.apache.maven.surefire.booter with parameters of type ClasspathModifier and TypeMethodDescription(package private) final ClassLoaderAbstractPathConfiguration.createMergedClassLoader(Classpath cp) static ClasspathvoidPropertiesWrapper.setClasspath(String prefix, Classpath classpath) Constructors in org.apache.maven.surefire.booter with parameters of type ClasspathModifierConstructorDescriptionprotectedAbstractPathConfiguration(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)