Package | Description |
---|---|
com.registry |
Contains all of the classes for reading and writing keys and values to the Windows Registry.
|
Modifier and Type | Method and Description |
---|---|
static RegistryExporter.Format |
RegistryExporter.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryExporter.Format[] |
RegistryExporter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RegistryExporter.exportKey(File file,
RegistryExporter.Format format,
RegistryKey... keys)
Exports the specified
RegistryKey objects into the file specified. |
Copyright © 2011, Yinon Michaeli. All rights reserved.