Index

A B C D E F G H I L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

Registry - Class in com.github.robtimus.os.windows.registry
A representation of a local or remote Windows registry.
RegistryAccessDeniedException - Exception Class in com.github.robtimus.os.windows.registry
Thrown when access is denied for a requested operation.
RegistryAccessDeniedException(String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryAccessDeniedException
Creates a new exception.
RegistryAccessDeniedException(String, String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryAccessDeniedException
Creates a new exception.
RegistryException - Exception Class in com.github.robtimus.os.windows.registry
Thrown when an error occurred while trying to access or modify the Windows registry.
RegistryException(int, String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryException
Creates a new exception.
RegistryException(int, String, String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryException
Creates a new exception.
RegistryFeature - Enum Class in com.github.robtimus.os.windows.registry
An enumeration over optional registry features.
RegistryKey - Class in com.github.robtimus.os.windows.registry
A representation of registry keys.
RegistryKey.Attributes - Class in com.github.robtimus.os.windows.registry
Attributes associated with a registry key.
RegistryKey.Handle - Class in com.github.robtimus.os.windows.registry
A handle to a registry key.
RegistryKey.HandleOption - Enum Class in com.github.robtimus.os.windows.registry
An enumeration over the possible options for opening Windows registry handles.
RegistryKey.TraverseOption - Enum Class in com.github.robtimus.os.windows.registry
An enumeration over the possible options for traversing a registry key.
RegistryKeyAlreadyExistsException - Exception Class in com.github.robtimus.os.windows.registry
Thrown when an attempt is made to create a registry key that already exists.
RegistryKeyAlreadyExistsException(String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryKeyAlreadyExistsException
Creates a new exception.
RegistryKeyAlreadyExistsException(String, String) - Constructor for exception class com.github.robtimus.os.windows.registry.RegistryKeyAlreadyExistsException
Creates a new exception.
RegistryValue - Class in com.github.robtimus.os.windows.registry
A representation of registry values.
RegistryValue.Filter - Class in com.github.robtimus.os.windows.registry
A filter for registry values.
RemoteRegistry - Class in com.github.robtimus.os.windows.registry
A representation of a Windows registry on a remote machine.
RemoteRegistry.Connector - Class in com.github.robtimus.os.windows.registry
An object that can be used to connect to the registry on a remote machine.
RENAME_KEY - Enum constant in enum class com.github.robtimus.os.windows.registry.RegistryFeature
Renaming registry keys.
renameTo(String) - Method in class com.github.robtimus.os.windows.registry.RegistryKey
Renames this registry key.
required(TransactionOption...) - Static method in class com.github.robtimus.os.windows.registry.TransactionalState
Returns a transactional state that will use the current transaction if one exists, or create a new one otherwise.
requiresNew(TransactionOption...) - Static method in class com.github.robtimus.os.windows.registry.TransactionalState
Returns a transactional state that will create a new transaction.
resolve(String) - Method in class com.github.robtimus.os.windows.registry.RegistryKey
Returns a registry key relative to this registry key.
ResourceListValue - Class in com.github.robtimus.os.windows.registry
A representation of resource list registry values.
ResourceRequirementsListValue - Class in com.github.robtimus.os.windows.registry
A representation of resource requirements registry values.
rollback() - Method in class com.github.robtimus.os.windows.registry.Transaction
Rolls back the transaction.
ROLLED_BACK - Enum constant in enum class com.github.robtimus.os.windows.registry.Transaction.Status
Indicates the transaction has been rolled back.
root() - Method in class com.github.robtimus.os.windows.registry.RegistryKey
Returns the root of the registry key.
run() - Method in interface com.github.robtimus.os.windows.registry.TransactionalState.Action
Runs the transactional action.
run(TransactionalState.Action) - Method in class com.github.robtimus.os.windows.registry.TransactionalState
Runs an action.
A B C D E F G H I L M N O P Q R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form