public final class PostprocessorDefinition extends Object
Constructor and Description |
---|
PostprocessorDefinition(StringProcessor postprocessor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StringProcessor |
getPostprocessor()
Returns the postprocessor instance for this definition.
|
int |
hashCode() |
String |
toString() |
public PostprocessorDefinition(StringProcessor postprocessor)
postprocessor
- instance, not null.public StringProcessor getPostprocessor()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.