| Package | Description | 
|---|---|
| org.diirt.pods.common | 
| Modifier and Type | Method and Description | 
|---|---|
static ChannelTranslator | 
ChannelTranslator.compositeTranslator(List<ChannelTranslator> translators)
Creates a channel translator that returns the first successful match
 from the list of give translators. 
 | 
static ChannelTranslator | 
ChannelTranslator.loadTranslator(InputStream input)  | 
static ChannelTranslator | 
ChannelTranslator.regexTranslator(String regex,
               String substitution,
               ChannelTranslation.Permission permission)
Creates a channel translator that uses the regex to match the channel and
 the optional substitution string to perform the translation. 
 | 
static ChannelTranslator | 
ChannelTranslator.regexTranslator(String regex,
               String substitution,
               ChannelTranslation.Permission permission,
               Collection<String> allowedUsers)
Creates a channel translator that uses the regex to match the channel and
 the optional substitution string to perform the translation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ChannelTranslator | 
ChannelTranslator.compositeTranslator(List<ChannelTranslator> translators)
Creates a channel translator that returns the first successful match
 from the list of give translators. 
 | 
Copyright © 2015. All rights reserved.