Package org.apache.rat.mp
Class HeaderMatcherSpecification
java.lang.Object
org.apache.rat.mp.HeaderMatcherSpecification
Deprecated.
use Configuration file to define licenses
Used to specify additional license matchers. A license matcher is basically a class, which implements
IHeaderMatcher
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the license matchers class name.void
setClassName
(String pClassName) Deprecated.Sets the license matchers class name.
-
Constructor Details
-
HeaderMatcherSpecification
public HeaderMatcherSpecification()Deprecated.
-
-
Method Details
-
getClassName
Deprecated.Returns the license matchers class name.- Returns:
- Class name of the license matcher.
-
setClassName
Deprecated.Sets the license matchers class name. Required.- Parameters:
pClassName
- Class name of the license matcher.
-