| Package | Description |
|---|---|
| com.izforge.izpack.api.config | |
| com.izforge.izpack.api.config.spi |
| Modifier and Type | Method and Description |
|---|---|
static Registry.Type |
Registry.Type.fromString(String str) |
Registry.Type |
Registry.Key.getType(Object key) |
Registry.Type |
Registry.Key.getType(Object key,
Registry.Type defaulType) |
Registry.Type |
Registry.Key.putType(String key,
Registry.Type type) |
Registry.Type |
Registry.Key.removeType(Object key) |
static Registry.Type |
Registry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Registry.Type[] |
Registry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Registry.Type |
Registry.Key.getType(Object key,
Registry.Type defaulType) |
Registry.Type |
Registry.Key.putType(String key,
Registry.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Registry.Type |
TypeValuesPair.getType() |
| Constructor and Description |
|---|
TypeValuesPair(Registry.Type type,
String[] values) |
Copyright © 2001–2025. All rights reserved.