com.pmease.quickbuild.variable
Class VariableWrapper.RecordedSecretsMasker

java.lang.Object
  extended by com.pmease.quickbuild.execution.SecretMasker
      extended by com.pmease.quickbuild.variable.VariableWrapper.RecordedSecretsMasker
Enclosing class:
VariableWrapper

public static class VariableWrapper.RecordedSecretsMasker
extends SecretMasker


Constructor Summary
VariableWrapper.RecordedSecretsMasker()
           
 
Method Summary
 java.lang.String mask(java.lang.String command)
          Replace sensitive information in the constructed command and return the result.
 
Methods inherited from class com.pmease.quickbuild.execution.SecretMasker
quoteIfNecessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableWrapper.RecordedSecretsMasker

public VariableWrapper.RecordedSecretsMasker()
Method Detail

mask

public java.lang.String mask(java.lang.String command)
Description copied from class: SecretMasker
Replace sensitive information in the constructed command and return the result.

Specified by:
mask in class SecretMasker
Parameters:
command - the constructed command sent to OS for executing.
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.