PamguardMVC
Class BinaryFileMatcher

java.lang.Object
  extended by PamguardMVC.BinaryFileMatcher
All Implemented Interfaces:
DataUnitMatcher

public class BinaryFileMatcher
extends java.lang.Object
implements DataUnitMatcher

Match data based on binary file information.

Must supply two parameters. First is binary file name second is click number in file.

Author:
Doug Gillespie

Constructor Summary
BinaryFileMatcher()
           
 
Method Summary
 boolean match(PamDataUnit dataUnit, java.lang.Object... criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFileMatcher

public BinaryFileMatcher()
Method Detail

match

public boolean match(PamDataUnit dataUnit,
                     java.lang.Object... criteria)
Specified by:
match in interface DataUnitMatcher