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