| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
IFactory.create()
Create an object of the desired type.
|
DATATYPE |
IHierarchicalFactory.create(DATATYPE aParent)
Create an object of the desired type.
|
DATATYPE |
IHierarchicalFactoryWithParameter.create(DATATYPE aParent,
PARAMTYPE aParam)
Create an object of the desired type.
|
DATATYPE |
IFactoryWithTwoParameters.create(PARAM1TYPE aParameter1,
PARAM2TYPE aParameter2)
Create an object of the desired type.
|
DATATYPE |
IFactoryWithParameter.create(PARAMTYPE aParameter)
Create an object of the desired type.
|
DATATYPE |
IHierarchicalRootFactory.createRoot()
Create the root object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IFilter.matchesFilter(DATATYPE aValue)
Check if the given value matches the filter or not.
|
boolean |
IFilterWithParameter.matchesFilter(DATATYPE aValue,
PARAMTYPE aParam)
Check if the given value matches the filter or not.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NonBlockingStringWriter.toString()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegExPattern
This class encapsulates a String and a set of options to be used in Pattern
compilation
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SystemProperties.getTmpDir() |
| Modifier and Type | Method and Description |
|---|---|
String |
IHasTextWithArgs.getTextWithArgs(Locale aContentLocale)
Deprecated.
Use
IHasText.getText(Locale) instead! |
String |
AbstractHasTextWithArgs.getTextWithArgs(Locale aContentLocale)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractEnumTextResolverWithOverrideAndFallback.getTextWithArgs(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale)
Deprecated.
|
static String |
DefaultTextResolver.getTextWithArgsStatic(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SMap.put(String sName,
String sValue)
Deprecated.
|
void |
SMap.putAll(Map<? extends String,? extends String> aMap)
Deprecated.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.