Class AllBuilder
java.lang.Object
org.apache.rat.configuration.builders.AbstractBuilder
org.apache.rat.configuration.builders.ChildContainerBuilder
org.apache.rat.configuration.builders.AllBuilder
- All Implemented Interfaces:
IHeaderMatcher.Builder
Constructs an All 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
-
AllBuilder
public AllBuilder()
-
-
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.
-