org.apache.rat.mp
Class HeaderMatcherSpecification

java.lang.Object
  extended by org.apache.rat.mp.HeaderMatcherSpecification

public class HeaderMatcherSpecification
extends Object

Used to specify additional license matchers. A license matcher is basically a class, which implements IHeaderMatcher.


Constructor Summary
HeaderMatcherSpecification()
           
 
Method Summary
 String getClassName()
          Returns the license matchers class name.
 void setClassName(String pClassName)
          Sets the license matchers class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderMatcherSpecification

public HeaderMatcherSpecification()
Method Detail

getClassName

public String getClassName()
Returns the license matchers class name.

Returns:
Class name of the license matcher.

setClassName

public void setClassName(String pClassName)
Sets the license matchers class name. Required.

Parameters:
pClassName - Class name of the license matcher.


Copyright © 2006–2014 Apache Software Foundation. All rights reserved.