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 a All matcher.
-
Field Summary
Fields inherited from class org.apache.rat.configuration.builders.ChildContainerBuilder
children
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.rat.configuration.builders.ChildContainerBuilder
add, add, getChildren, setResource, toString
Methods inherited from class org.apache.rat.configuration.builders.AbstractBuilder
getId, hasId, setId
-
Constructor Details
-
AllBuilder
public AllBuilder()
-
-
Method Details
-
build
Description copied from interface:IHeaderMatcher.Builder
Build the IHeaderMatcher.- Returns:
- a new IHeaderMatcher.
-