| Modifier and Type | Method and Description |
|---|---|
static String |
SystemProperties.getTmpDir() |
| 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 |
ByteArrayOutputStreamProvider.toString()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NonBlockingStringWriter.toString()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceLoaderBackport<SPITYPE>
Deprecated.
|
class |
ServiceLoaderException
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 © 2006–2014 phloc systems. All rights reserved.