org.apache.rat.report.analyser
Class ConstantClaimAnalyser

java.lang.Object
  extended by org.apache.rat.report.analyser.AbstractSingleClaimAnalyser
      extended by org.apache.rat.report.analyser.ConstantClaimAnalyser
All Implemented Interfaces:
IDocumentAnalyser

public class ConstantClaimAnalyser
extends AbstractSingleClaimAnalyser


Constructor Summary
ConstantClaimAnalyser(IClaimReporter reporter, java.lang.CharSequence predicate, java.lang.CharSequence object, boolean isLiteral)
           
 
Method Summary
protected  java.lang.CharSequence toObject(IDocument document)
           
 
Methods inherited from class org.apache.rat.report.analyser.AbstractSingleClaimAnalyser
analyse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantClaimAnalyser

public ConstantClaimAnalyser(IClaimReporter reporter,
                             java.lang.CharSequence predicate,
                             java.lang.CharSequence object,
                             boolean isLiteral)
Method Detail

toObject

protected java.lang.CharSequence toObject(IDocument document)
                                   throws RatDocumentAnalysisException
Specified by:
toObject in class AbstractSingleClaimAnalyser
Throws:
RatDocumentAnalysisException


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.