Package org.apache.rat.anttasks
Class Not
java.lang.Object
org.apache.rat.anttasks.Not
- All Implemented Interfaces:
IHeaderMatcher.Builder
Deprecated.
use configuration file.
Creates a Not matcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IHeaderMatcher.Builder builder)Deprecated.build()Deprecated.Build the IHeaderMatcher.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.rat.analysis.IHeaderMatcher.Builder
getDescription
-
Constructor Details
-
Not
public Not()Deprecated.
-
-
Method Details
-
build
Deprecated.Description copied from interface:IHeaderMatcher.BuilderBuild the IHeaderMatcher.Implementations of this interface should return a specific child class of IHeaderMatcher.
- Specified by:
buildin interfaceIHeaderMatcher.Builder- Returns:
- a new IHeaderMatcher.
-
add
Deprecated.
-