public abstract class StringExpander extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
STRING_EXPANSION_PATTERN |
Constructor and Description |
---|
StringExpander() |
Modifier and Type | Method and Description |
---|---|
String |
expandString(String string) |
String |
expandString(String string,
Set<String> keys) |
protected static String |
filter(StringExpander stringExpander,
String value,
String filterName) |
protected abstract String |
filter(String value,
String filterName) |
protected abstract boolean |
isUnexpanded(String key) |
protected static boolean |
isUnexpanded(StringExpander stringExpander,
String key) |
protected abstract String |
resolve(String key) |
protected static String |
resolve(StringExpander stringExpander,
String key) |
public static final Pattern STRING_EXPANSION_PATTERN
protected static String resolve(StringExpander stringExpander, String key)
protected static boolean isUnexpanded(StringExpander stringExpander, String key)
protected static String filter(StringExpander stringExpander, String value, String filterName)
protected abstract boolean isUnexpanded(String key)
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html