Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- timeout() - Method in class com.github.robtimus.os.windows.registry.Transaction
-
Returns the transaction timeout.
- timeout(Duration) - Static method in interface com.github.robtimus.os.windows.registry.TransactionOption
-
Returns an option that specifies the transaction timeout.
- toString() - Method in class com.github.robtimus.os.windows.registry.BinaryValue
- toString() - Method in class com.github.robtimus.os.windows.registry.DWordValue
- toString() - Method in class com.github.robtimus.os.windows.registry.FullResourceDescriptorValue
- toString() - Method in class com.github.robtimus.os.windows.registry.LinkValue
- toString() - Method in class com.github.robtimus.os.windows.registry.MultiStringValue
- toString() - Method in class com.github.robtimus.os.windows.registry.NoneValue
- toString() - Method in class com.github.robtimus.os.windows.registry.QWordValue
- toString() - Method in class com.github.robtimus.os.windows.registry.RegistryKey
- toString() - Method in class com.github.robtimus.os.windows.registry.ResourceListValue
- toString() - Method in class com.github.robtimus.os.windows.registry.ResourceRequirementsListValue
- toString() - Method in class com.github.robtimus.os.windows.registry.StringValue
- toString() - Method in class com.github.robtimus.os.windows.registry.Transaction
- Transaction - Class in com.github.robtimus.os.windows.registry
-
A representation of transactions for working with the Windows registry.
- Transaction.Status - Enum Class in com.github.robtimus.os.windows.registry
-
The possible transaction statuses.
- TransactionalState - Class in com.github.robtimus.os.windows.registry
-
The possible transactional states.
- TransactionalState.Action<X> - Interface in com.github.robtimus.os.windows.registry
-
A transactional action.
- TransactionalState.Callable<R,
X> - Interface in com.github.robtimus.os.windows.registry -
A transactional action that returns a result.
- TransactionException - Exception Class in com.github.robtimus.os.windows.registry
-
Thrown when an error occurred while trying to use a transaction.
- TransactionException(int) - Constructor for exception class com.github.robtimus.os.windows.registry.TransactionException
-
Creates a new exception.
- TransactionNotAllowedException - Exception Class in com.github.robtimus.os.windows.registry
-
Thrown when a
transactional state that does not allow transactionsis used with a current transaction. - TransactionNotAllowedException(String) - Constructor for exception class com.github.robtimus.os.windows.registry.TransactionNotAllowedException
-
Creates a new exception.
- TransactionOption - Interface in com.github.robtimus.os.windows.registry
-
An option that can be used when creating transactions.
- TransactionRequiredException - Exception Class in com.github.robtimus.os.windows.registry
-
Thrown when a
mandatory transactional stateis used without a current transaction. - TransactionRequiredException(String) - Constructor for exception class com.github.robtimus.os.windows.registry.TransactionRequiredException
-
Creates a new exception.
- TRANSACTIONS - Enum constant in enum class com.github.robtimus.os.windows.registry.RegistryFeature
- traverse(int, RegistryKey.TraverseOption...) - Method in class com.github.robtimus.os.windows.registry.RegistryKey
-
Returns a
Streamthat traverses through this registry keys and all of its nested keys. - traverse(RegistryKey.TraverseOption...) - Method in class com.github.robtimus.os.windows.registry.RegistryKey
-
Returns a
Streamthat traverses through this registry keys and all of its nested keys.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form