Interface Console.SecureEnvVarSpecifier

Enclosing interface:
Console

public static interface Console.SecureEnvVarSpecifier
Used to specify which environment variables are secure and shouldn't be printed literally.
  • Method Summary

    Modifier and Type Method Description
    boolean isSecure​(java.lang.String variableName)  
  • Method Details

    • isSecure

      boolean isSecure​(java.lang.String variableName)