Package | Description |
---|---|
lucee.runtime.registry |
Modifier and Type | Method and Description |
---|---|
static RegistryEntry |
RegistryQuery.getValue(String branch,
String entry,
short type)
gets a single value form the registry
|
static RegistryEntry[] |
RegistryQuery.getValues(String branch,
short type)
gets all entries of one branch
|
static void |
RegistryQuery.setValue(String branch,
String entry,
short type,
String value)
writes a value to registry
|
static String |
RegistryEntry.toCFStringType(short type)
cast a short type to a String Type
|
static String |
RegistryEntry.toStringType(short type)
cast a short type to a String Type
|
static short |
RegistryEntry.toType(String strType)
cast a String type to a short Type
|
Constructor and Description |
---|
RegistryEntry(short type,
String key,
Object value)
constructor of the class
|
Copyright © 2015 Lucee