Uses of Interface
org.apache.maven.shared.release.exec.CommandLineFactory
-
Packages that use CommandLineFactory Package Description org.apache.maven.shared.release.exec -
-
Uses of CommandLineFactory in org.apache.maven.shared.release.exec
Classes in org.apache.maven.shared.release.exec that implement CommandLineFactory Modifier and Type Class Description class
DefaultCommandLineFactory
Create a command line instance.Fields in org.apache.maven.shared.release.exec declared as CommandLineFactory Modifier and Type Field Description private CommandLineFactory
ForkedMavenExecutor. commandLineFactory
Command line factory.Methods in org.apache.maven.shared.release.exec with parameters of type CommandLineFactory Modifier and Type Method Description void
ForkedMavenExecutor. setCommandLineFactory(CommandLineFactory commandLineFactory)
-