Uses of Interface
org.archive.wayback.util.operator.BooleanOperator

Packages that use BooleanOperator
org.archive.wayback.authenticationcontrol   
org.archive.wayback.util.operator   
org.archive.wayback.webapp   
 

Uses of BooleanOperator in org.archive.wayback.authenticationcontrol
 

Classes in org.archive.wayback.authenticationcontrol that implement BooleanOperator
 class AccessControlSettingOperation
           
 class HTTPAuthBooleanOperator
           
 class IPMatchesBooleanOperator
           
 

Methods in org.archive.wayback.authenticationcontrol that return BooleanOperator
 BooleanOperator<WaybackRequest> AccessControlSettingOperation.getOperator()
           
 

Methods in org.archive.wayback.authenticationcontrol with parameters of type BooleanOperator
 void AccessControlSettingOperation.setOperator(BooleanOperator<WaybackRequest> operator)
           
 

Uses of BooleanOperator in org.archive.wayback.util.operator
 

Classes in org.archive.wayback.util.operator that implement BooleanOperator
 class AndBooleanOperator<E>
           
 class BinaryBooleanOperator<E>
           
 class FalseBooleanOperator<E>
           
 class NotBooleanOperator<E>
           
 class OrBooleanOperator<E>
           
 class TrueBooleanOperator<E>
           
 class UnaryBooleanOperator<E>
           
 

Fields in org.archive.wayback.util.operator declared as BooleanOperator
protected  BooleanOperator<E> UnaryBooleanOperator.operand
           
protected  BooleanOperator<E> BinaryBooleanOperator.operand1
           
protected  BooleanOperator<E> BinaryBooleanOperator.operand2
           
 

Methods in org.archive.wayback.util.operator that return BooleanOperator
 BooleanOperator<E> UnaryBooleanOperator.getOperand()
           
 BooleanOperator<E> BinaryBooleanOperator.getOperand1()
           
 BooleanOperator<E> BinaryBooleanOperator.getOperand2()
           
 

Methods in org.archive.wayback.util.operator that return types with arguments of type BooleanOperator
static
<T> java.util.List<BooleanOperator<T>>
Utils.getOperators(BooleanOperator<T> top)
           
 

Methods in org.archive.wayback.util.operator with parameters of type BooleanOperator
static
<T> java.util.List<BooleanOperator<T>>
Utils.getOperators(BooleanOperator<T> top)
           
 void UnaryBooleanOperator.setOperand(BooleanOperator<E> operand)
           
 void BinaryBooleanOperator.setOperand1(BooleanOperator<E> operand1)
           
 void BinaryBooleanOperator.setOperand2(BooleanOperator<E> operand2)
           
 

Uses of BooleanOperator in org.archive.wayback.webapp
 

Methods in org.archive.wayback.webapp that return BooleanOperator
 BooleanOperator<WaybackRequest> AccessPoint.getAuthentication()
           
 

Methods in org.archive.wayback.webapp with parameters of type BooleanOperator
 void AccessPoint.setAuthentication(BooleanOperator<WaybackRequest> authentication)
           
 



Copyright © 2005-2009 Internet Archive. All Rights Reserved.