org.openqa.grid.internal.utils
Interface CapabilityMatcher

All Known Implementing Classes:
DefaultCapabilityMatcher

public interface CapabilityMatcher

Used to find out if a capabilities requested by the client matches something on the remote and should be forwarded by the grid.


Method Summary
 boolean matches(java.util.Map<java.lang.String,java.lang.Object> currentCapability, java.util.Map<java.lang.String,java.lang.Object> requestedCapability)
           
 

Method Detail

matches

boolean matches(java.util.Map<java.lang.String,java.lang.Object> currentCapability,
                java.util.Map<java.lang.String,java.lang.Object> requestedCapability)


Copyright © 2011. All Rights Reserved.