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 TypeMethodDescriptionvoid
add
(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, wait
Methods 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.Builder
Build the IHeaderMatcher.Implementations of this interface should return a specific child class of IHeaderMatcher.
- Specified by:
build
in interfaceIHeaderMatcher.Builder
- Returns:
- a new IHeaderMatcher.
-
add
Deprecated.
-