@Address(value="/subsystem=teiid/translator=*") public class Translator<T extends Translator<T>> extends Object implements org.wildfly.swarm.config.runtime.Keyed
| Constructor and Description |
|---|
Translator(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
module()
Name of the module that implements the translator
|
T |
module(String value)
Name of the module that implements the translator
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
slot()
Name of the module slot that implements the translator
|
T |
slot(String value)
Name of the module slot that implements the translator
|
public Translator(String key)
public String getKey()
getKey in interface org.wildfly.swarm.config.runtime.Keyedpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="module") public String module()
@ModelNodeBinding(detypedName="slot") public String slot()
Copyright © 2018 JBoss by Red Hat. All rights reserved.