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 classDefaultCommandLineFactoryCreate a command line instance.Fields in org.apache.maven.shared.release.exec declared as CommandLineFactory Modifier and Type Field Description private CommandLineFactoryForkedMavenExecutor. commandLineFactoryCommand line factory.Methods in org.apache.maven.shared.release.exec with parameters of type CommandLineFactory Modifier and Type Method Description voidForkedMavenExecutor. setCommandLineFactory(CommandLineFactory commandLineFactory)
-