| Package | Description |
|---|---|
| org.ini4j |
[ini4j] main package
|
| org.ini4j.spi |
[ini4j] service provider package
|
| 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 © 2015. All rights reserved.