public abstract class ConfigNodeRefactoringConsumer extends java.lang.Object implements java.util.function.Consumer<ConfigNode>
ConfigNode
re-factoring consumersConstructor and Description |
---|
ConfigNodeRefactoringConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ConfigNode configNode) |
abstract java.lang.String |
getRefactoringTypeName()
Override this method in order to provide an unique re-factoring type
name, which will be used later on in the template to identify the proper
re-factored name to use for each part of the template
|
public void accept(ConfigNode configNode)
accept
in interface java.util.function.Consumer<ConfigNode>
public abstract java.lang.String getRefactoringTypeName()