|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueMapException | |
|---|---|
| com.programix.sql | SQL related utilities. |
| com.programix.value | The Value framework for encapsulating "values" generically in a way that they can be coerced into other types. |
| Uses of ValueMapException in com.programix.sql |
|---|
| Constructors in com.programix.sql that throw ValueMapException | |
|---|---|
UniqueIDGenerator(ConnectionSource connectionSource,
ValueMap config)
|
|
| Uses of ValueMapException in com.programix.value |
|---|
| Subclasses of ValueMapException in com.programix.value | |
|---|---|
class |
ValueMapRequiredKeyException
A special kind of ValueMapException used to indicate that a
required key was not found in a ValueMap. |
| Methods in com.programix.value that throw ValueMapException | |
|---|---|
static ValueMap |
ValueMap.createFrom(BufferedReader in)
Creates a mapping from the specified data source. |
static ValueMap |
ValueMap.createFrom(File source)
|
static ValueMap |
ValueMap.createFrom(InputStream rawIn)
|
static ValueMap |
ValueMap.createFrom(Reader rawIn)
Creates a mapping from the specified data source. |
static ValueMap |
ValueMap.createFrom(URL source)
|
static ValueMap |
ValueMap.createFromFile(String sourceFilename)
|
static ValueMap |
ValueMap.createFromResource(String resourceLocation)
|
static ValueMap |
ValueMap.createFromResource(String resourceLocation,
Class<?> searchStartPoint)
|
Value |
ValueMap.put(String key,
int value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.put(String key,
long value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.put(String key,
Number value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.put(String key,
Object value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.put(String key,
String value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.put(String key,
Value value)
Stores (and possibly replaces) a key-value pair. |
Value |
ValueMap.putPair(String keyValuePair)
Adds an entry to the map. |
void |
ValueMap.writeTo(BufferedWriter out)
Writes the contents of the ValueMap out to the specified stream as text in key=value format. |
void |
ValueMap.writeTo(File file)
|
void |
ValueMap.writeTo(OutputStream out)
|
void |
ValueMap.writeTo(Writer out)
|
void |
ValueMap.writeToFile(String filename)
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||