Class RegistryKey.Attributes
java.lang.Object
com.github.robtimus.os.windows.registry.RegistryKey.Attributes
- Enclosing class:
RegistryKey
Attributes associated with a registry key.
- Author:
- Rob Spoor
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the instant when the registry key was last written to.intReturns the number of sub keys of the registry key.intReturns the number of values of the registry key.
-
Method Details
-
subKeyCount
public int subKeyCount()Returns the number of sub keys of the registry key.- Returns:
- The number of sub keys of the registry key.
-
valueCount
public int valueCount()Returns the number of values of the registry key.- Returns:
- The number of values of the registry key.
-
lastWriteTime
Returns the instant when the registry key was last written to.- Returns:
- The instant when the registry key was last written to.
-