public class RegExpTreeFilter extends AbstractParameterizedObjectProcessor implements ITreeFilter
Modifier and Type | Class and Description |
---|---|
class |
RegExpTreeFilter.Editor |
Constructor and Description |
---|
RegExpTreeFilter() |
Modifier and Type | Method and Description |
---|---|
IObjectProcessor |
getClone() |
AbstractObjectEditor |
getEditor() |
protected void |
parseParams(java.util.Vector<java.lang.String> params) |
boolean |
pass(Tag tag) |
java.lang.String |
toString() |
getParams, setParams, takesParameters
getDescription, getName
protected void parseParams(java.util.Vector<java.lang.String> params)
parseParams
in class AbstractParameterizedObjectProcessor
public boolean pass(Tag tag)
pass
in interface ITreeFilter
public java.lang.String toString()
toString
in class AbstractObjectProcessor
public IObjectProcessor getClone()
getClone
in interface IObjectProcessor
public AbstractObjectEditor getEditor()
getEditor
in interface IObjectProcessor
getEditor
in class AbstractParameterizedObjectProcessor