public final class FilterFactoryParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
args |
private Description |
topLevelDescription |
Constructor and Description |
---|
FilterFactoryParams(Description topLevelDescription,
java.lang.String args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgs() |
Description |
getTopLevelDescription() |
private final Description topLevelDescription
private final java.lang.String args
public FilterFactoryParams(Description topLevelDescription, java.lang.String args)
public java.lang.String getArgs()
public Description getTopLevelDescription()