Uses of Enum Class
org.springframework.boot.maven.AbstractRunMojo.TestClasspath
-
Uses of AbstractRunMojo.TestClasspath in org.springframework.boot.maven
Subclasses with type arguments of type AbstractRunMojo.TestClasspath in org.springframework.boot.mavenModifier and TypeClassDescriptionprotected static enumStrategies to handle the test classpath when running an application.Methods in org.springframework.boot.maven that return AbstractRunMojo.TestClasspathModifier and TypeMethodDescriptionprotected abstract AbstractRunMojo.TestClasspathAbstractRunMojo.testClasspath()Return theAbstractRunMojo.TestClasspathstrategy to use.protected AbstractRunMojo.TestClasspathRunMojo.testClasspath()protected AbstractRunMojo.TestClasspathStartMojo.testClasspath()protected AbstractRunMojo.TestClasspathTestRunMojo.testClasspath()Returns the enum constant of this class with the specified name.static AbstractRunMojo.TestClasspath[]AbstractRunMojo.TestClasspath.values()Returns an array containing the constants of this enum class, in the order they are declared.