Class RequiredUnlessEnvironmentRestriction.IsEnvVarSet

  • All Implemented Interfaces:
    org.apache.commons.collections4.Predicate<java.lang.String>
    Enclosing class:
    RequiredUnlessEnvironmentRestriction

    private static class RequiredUnlessEnvironmentRestriction.IsEnvVarSet
    extends java.lang.Object
    implements org.apache.commons.collections4.Predicate<java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IsEnvVarSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(java.lang.String var)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsEnvVarSet

        private IsEnvVarSet()
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.String var)
        Specified by:
        evaluate in interface org.apache.commons.collections4.Predicate<java.lang.String>