Package | Description |
---|---|
org.eclipse.scada.utils.str |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPropertiesReplacer
A replacer which allows to process additional operators in the key.
|
Modifier and Type | Method and Description |
---|---|
static StringReplacer.ReplaceSource |
StringReplacer.newBeansSource(Map<?,?> properties)
Create a new ReplaceSource that handles bean references
|
static StringReplacer.ReplaceSource |
StringReplacer.newExtendedSource(Map<?,?> properties)
Create a new ReplaceSource for Map sources which allows additional
operators.
|
static StringReplacer.ReplaceSource |
StringReplacer.newSource(Map<?,?> properties)
Create a new ReplaceSource for Map sources
|
Modifier and Type | Method and Description |
---|---|
static String |
StringReplacer.replace(String string,
StringReplacer.ReplaceSource replaceSource,
Pattern pattern)
Replace variables in a string
Actually calls replace ( string, replcaeSource, pattern, true ) . |
static String |
StringReplacer.replace(String string,
StringReplacer.ReplaceSource replaceSource,
Pattern pattern,
boolean nested)
Replace variables in a string
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.