Class AnyBuilder
java.lang.Object
org.apache.rat.configuration.builders.AbstractBuilder
org.apache.rat.configuration.builders.ChildContainerBuilder
org.apache.rat.configuration.builders.AnyBuilder
- All Implemented Interfaces:
IHeaderMatcher.Builder
Constructs an Any matcher.
-
Field Summary
Fields inherited from class ChildContainerBuilder
children, resource -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ChildContainerBuilder
addEnclosed, addEnclosed, getEnclosed, getEnclosedBuilders, setResource, toStringMethods inherited from class AbstractBuilder
getId, hasId, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IHeaderMatcher.Builder
getDescription
-
Constructor Details
-
AnyBuilder
public AnyBuilder()
-
-
Method Details
-
build
Description copied from interface:IHeaderMatcher.BuilderBuild the IHeaderMatcher.Implementations of this interface should return a specific child class of IHeaderMatcher.
- Returns:
- a new IHeaderMatcher.
-