Package vmm

Interface IVmmRegKey


public interface IVmmRegKey
Interface representing a registry key.
Author:
Ulf Frisk - pcileech@frizk.net
  • Method Details

    • getName

      String getName()
      Retrieve the registry key name.
      Returns:
    • getPath

      String getPath()
      Retrieve the registry key path.
      Returns:
    • getKeyParent

      IVmmRegKey getKeyParent()
      Retrieve the parent key.
      Returns:
    • getKeyChild

      Map<String,IVmmRegKey> getKeyChild()
      Retrieve the child keys.
      Returns:
    • getValues

      Map<String,IVmmRegValue> getValues()
      Retrieve the values.
      Returns:
    • getTime

      long getTime()
      Retrieve the last write time.
      Returns: