JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.rat.analysis
IHeaders
Contents
Description
Method Summary
Method Details
raw()
pruned()
Hide sidebar
Show sidebar
Interface IHeaders
public interface
IHeaders
The processed headers from a file.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
pruned
()
Gets the pruned header.
String
raw
()
Gets raw header as found in the document.
Method Details
raw
String
raw
()
Gets raw header as found in the document.
Returns:
the raw header as read from the file.
pruned
String
pruned
()
Gets the pruned header. This is the header with all non letter and non number characters removed and the string converted to lower case.
Returns:
The pruned header.