Uses of Class
org.apache.maven.surefire.booter.Classpath
-
Packages that use Classpath Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of Classpath in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire with type parameters of type Classpath Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath>ClasspathCache. CLASSPATHSMethods in org.apache.maven.plugin.surefire that return Classpath Modifier and Type Method Description private static ClasspathAbstractSurefireMojo. createInProcClasspath(Classpath providerClasspath, java.util.Set<org.apache.maven.artifact.Artifact> newArtifacts)private ClasspathAbstractSurefireMojo. getArtifactClasspath(org.apache.maven.artifact.Artifact surefireArtifact)static ClasspathClasspathCache. getCachedClassPath(java.lang.String artifactId)static ClasspathClasspathCache. setCachedClasspath(java.lang.String key, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)(package private) ClasspathTestClassPath. toClasspath()Methods in org.apache.maven.plugin.surefire with parameters of type Classpath Modifier and Type Method Description private static ClasspathAbstractSurefireMojo. createInProcClasspath(Classpath providerClasspath, java.util.Set<org.apache.maven.artifact.Artifact> newArtifacts)static voidClasspathCache. setCachedClasspath(java.lang.String key, Classpath classpath)voidSurefireProperties. setClasspath(java.lang.String prefix, Classpath classpath) -
Uses of Classpath in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as Classpath Modifier and Type Field Description private ClasspathDefaultForkConfiguration. booterClasspathMethods in org.apache.maven.plugin.surefire.booterclient that return Classpath Modifier and Type Method Description protected ClasspathDefaultForkConfiguration. getBooterClasspath()protected abstract ClasspathForkConfiguration. getBooterClasspath()Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type Classpath Constructor Description AbstractClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log)ClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log)DefaultForkConfiguration(Classpath booterClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log)JarManifestForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, ConsoleLogger log)ModularClasspathForkConfiguration(Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, 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 Classpath Modifier and Type Field Description private ClasspathClasspathConfiguration. inprocClasspathThe surefire classpath to use when invoking in-process with the pluginprivate ClasspathAbstractPathConfiguration. surefireClasspathUrlsprivate ClasspathClasspathConfiguration. testClasspathUrlsprivate ClasspathModularClasspathConfiguration. testClasspathUrlsMethods in org.apache.maven.surefire.booter that return Classpath Modifier and Type Method Description ClasspathClasspath. addClassPathElementUrl(java.lang.String path)ClasspathClasspath. clone()static ClasspathClasspath. emptyClasspath()(package private) ClasspathPropertiesWrapper. getClasspath(java.lang.String prefix)protected ClasspathAbstractPathConfiguration. getInprocClasspath()protected ClasspathClasspathConfiguration. getInprocClasspath()ClasspathAbstractPathConfiguration. getProviderClasspath()abstract ClasspathAbstractPathConfiguration. getTestClasspath()ClasspathClasspathConfiguration. getTestClasspath()ClasspathModularClasspathConfiguration. getTestClasspath()static ClasspathClasspath. join(Classpath firstClasspath, Classpath secondClasspath)Methods in org.apache.maven.surefire.booter with parameters of type Classpath Modifier and Type Method Description static ClasspathClasspath. join(Classpath firstClasspath, Classpath secondClasspath)voidPropertiesWrapper. setClasspath(java.lang.String prefix, Classpath classpath)Constructors in org.apache.maven.surefire.booter with parameters of type Classpath Constructor Description AbstractPathConfiguration(Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation)Classpath(Classpath other, java.lang.String additionalElement)ClasspathConfiguration(Classpath testClasspathUrls, Classpath surefireClassPathUrls, Classpath inprocClasspath, boolean enableAssertions, boolean childDelegation)ModularClasspathConfiguration(ModularClasspath modularClasspath, Classpath testClasspathUrls, Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation)
-