Package org.apache.rat.mp
Class Any
java.lang.Object
org.apache.rat.mp.Any
- All Implemented Interfaces:
IHeaderMatcher.Builder
Deprecated.
use Configuration file to define licenses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Build the IHeaderMatcher.voidDeprecated.voidDeprecated.voidsetCopyright(Copyright copyright)Deprecated.protected voidsetMatcher(IHeaderMatcher.Builder builder)Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.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
-
Any
public Any()Deprecated.
-
-
Method Details
-
setMatcher
Deprecated. -
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.
-
setAll
Deprecated. -
setAny
Deprecated. -
setText
Deprecated. -
setCopyright
Deprecated. -
setRegex
Deprecated. -
setSpdx
Deprecated. -
setNot
Deprecated.
-