Class AnonymousCommandLine
- java.lang.Object
-
- org.codehaus.plexus.util.cli.Commandline
-
- org.apache.maven.scm.provider.git.gitexe.command.AnonymousCommandLine
-
- All Implemented Interfaces:
Cloneable
public class AnonymousCommandLine extends org.codehaus.plexus.util.cli.Commandline
CommandLine extension to mask password- Since:
- 1.9.3
-
-
Constructor Summary
Constructors Constructor Description AnonymousCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
Provides an anonymous output to mask password.-
Methods inherited from class org.codehaus.plexus.util.cli.Commandline
addArg, addArg, addArguments, addEnvironment, addSystemEnvironment, clear, clearArgs, clone, createArg, createArg, createArgument, createArgument, createMarker, execute, getArguments, getCommandline, getEnvironmentVariables, getExecutable, getLiteralExecutable, getPid, getRawCommandline, getShell, getShellCommandline, getSystemEnvVars, getWorkingDirectory, quoteArgument, setExecutable, setPid, setShell, setWorkingDirectory, setWorkingDirectory, size, toString, translateCommandline
-
-
-
-
Constructor Detail
-
AnonymousCommandLine
public AnonymousCommandLine()
-
-