org.apache.rat.report.analyser
Class ReadableArchiveAnalyser

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

public final class ReadableArchiveAnalyser
extends AbstractSingleClaimAnalyser


Field Summary
static java.lang.String READABLE_ARCHIVE_VALUE
           
static java.lang.String UNREADABLE_ARCHIVE_VALUE
           
 
Constructor Summary
ReadableArchiveAnalyser(IClaimReporter reporter)
           
 
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
 

Field Detail

READABLE_ARCHIVE_VALUE

public static final java.lang.String READABLE_ARCHIVE_VALUE
See Also:
Constant Field Values

UNREADABLE_ARCHIVE_VALUE

public static final java.lang.String UNREADABLE_ARCHIVE_VALUE
See Also:
Constant Field Values
Constructor Detail

ReadableArchiveAnalyser

public ReadableArchiveAnalyser(IClaimReporter reporter)
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.