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.Commandline
CommandLine extension to mask password- Since:
- 1.9.3
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PASSWORD_PLACE_HOLDER
-
Constructor Summary
Constructors Constructor Description AnonymousCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.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
-
-
-
-
Field Detail
-
PASSWORD_PLACE_HOLDER
public static final java.lang.String PASSWORD_PLACE_HOLDER
- See Also:
- Constant Field Values
-
-