Class AnonymousCommandLine
- java.lang.Object
-
- org.codehaus.plexus.util.cli.Commandline
-
- org.apache.maven.scm.provider.git.gitexe.command.AnonymousCommandLine
-
- All Implemented Interfaces:
java.lang.Cloneable
public class AnonymousCommandLine extends org.codehaus.plexus.util.cli.CommandlineCommandLine 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 java.lang.StringtoString()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
-
-