Class RegistryValue
- java.lang.Object
 - 
- com.github.robtimus.os.windows.registry.RegistryValue
 
 
- 
- Direct Known Subclasses:
 FullResourceDescriptorValue,LinkValue,NoneValue,ResourceListValue,ResourceRequirementsListValue,SettableRegistryValue
public abstract class RegistryValue extends Object
A representation of registry values.- Author:
 - Rob Spoor
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryValue.FilterA filter for registry values. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static RegistryValue.Filterfilter()Returns a new filter for registry values.inthashCode()Stringname()Returns the name of the registry value. 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
public static final String DEFAULT
The name of the default value of registry keys.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
name
public String name()
Returns the name of the registry value.- Returns:
 - The name of the registry value.
 
 
- 
filter
public static RegistryValue.Filter filter()
Returns a new filter for registry values.- Returns:
 - A new filter for registry values.
 
 
 - 
 
 -