|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Win32RegistryAccessor
Provides access to windows registry. This interface is registered in Spring.
| Nested Class Summary | |
|---|---|
static class |
Win32RegistryAccessor.Hive
Registry hive |
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
listSubKeys(Win32RegistryAccessor.Hive hive,
Bitness bitness,
java.lang.String keyPath)
Enumerates sub key names of a given keyPath. |
java.util.Set<java.lang.String> |
listValueNames(Win32RegistryAccessor.Hive hive,
Bitness bitness,
java.lang.String keyPath)
Enumerates value names of a given keyPath. |
java.io.File |
readRegistryFile(Win32RegistryAccessor.Hive hive,
Bitness bitness,
java.lang.String keyPath,
java.lang.String entryName)
Tries to read registry |
java.lang.String |
readRegistryText(Win32RegistryAccessor.Hive hive,
Bitness bitness,
java.lang.String keyPath,
java.lang.String entryName)
Tries to read registry |
| Method Detail |
|---|
@Nullable
java.lang.String readRegistryText(@NotNull
Win32RegistryAccessor.Hive hive,
@NotNull
Bitness bitness,
@NotNull
java.lang.String keyPath,
@NotNull
java.lang.String entryName)
hive - hive to look intobitness - registry branch - x32 or x64.keyPath - path to read.entryName - key to read
@Nullable
java.io.File readRegistryFile(@NotNull
Win32RegistryAccessor.Hive hive,
@NotNull
Bitness bitness,
@NotNull
java.lang.String keyPath,
@NotNull
java.lang.String entryName)
hive - hive to look intobitness - registry branch - x32 or x64.keyPath - path to read.entryName - entryName to read
@NotNull
java.util.Set<java.lang.String> listSubKeys(@NotNull
Win32RegistryAccessor.Hive hive,
@NotNull
Bitness bitness,
@NotNull
java.lang.String keyPath)
hive - hivebitness - registry branch - x32 or x64.keyPath - path to search
@NotNull
java.util.Set<java.lang.String> listValueNames(@NotNull
Win32RegistryAccessor.Hive hive,
@NotNull
Bitness bitness,
@NotNull
java.lang.String keyPath)
hive - hivebitness - registry branch - x32 or x64.keyPath - path to search
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||