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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPASSWORD_PLACE_HOLDER
-
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, 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
-
-