com.denova.runtime
Interface WindowsConstants

All Known Implementing Classes:
CustomUninstaller, com.denova.runtime.WindowsCmdFile, WindowsCommands, WindowsDirs, WindowsMenus, WindowsRegistry, WindowsServices, WindowsUtils

public interface WindowsConstants

Interface to useful constants when accessing the other Windows classes.

Author:
DeNova Copyright © 1997-2008 DeNova All rights reserved worldwide.

Field Summary
static java.lang.String AddRegistryEntry
           
static java.lang.String AllUsers
           
static java.lang.String AppendRegistryEntry
           
static java.lang.String BinaryType
           
static java.lang.String CurrentUser
           
static java.lang.String DeleteRegistryEntry
           
static java.lang.String DesktopSpecFilename
           
static java.lang.String DirectoryResultsFilename
           
static java.lang.String DWordType
           
static java.lang.String EnumKeyRegistryEntry
           
static java.lang.String EnumValueRegistryEntry
           
static java.lang.String EnvOutputFilename
           
static java.lang.String ExistsRegistryEntry
           
static java.lang.String FreeDiskSpaceResultsFilename
           
static java.lang.String InvokerFilename
           
static java.lang.String MenuSpecFilename
           
static java.lang.String NtResultsFilename
           
static java.lang.String PathOutputFilename
           
static java.lang.String PrependRegistryEntry
           
static java.lang.String QueryRegistryEntry
           
static java.lang.String RegistryResultsFilename
           
static java.lang.String RegistrySpecFilename
           
static java.lang.String ReplaceRegistryEntry
           
static java.lang.String ShortnameFilename
           
static java.lang.String StringType
           
static java.lang.String WindowsAddDesktop
           
static java.lang.String WindowsAddProgramsMenu
           
static java.lang.String WindowsAddStartupMenu
           
static java.lang.String WindowsAppDataCommand
           
static java.lang.String WindowsCmdLogFilename
           
static java.lang.String WindowsCommandsFilename
           
static java.lang.String WindowsDelDesktop
           
static java.lang.String WindowsDelProgramsMenu
           
static java.lang.String WindowsDelStartupMenu
           
static java.lang.String WindowsDesktopCommand
           
static java.lang.String WindowsDesktopDirCommand
           
static java.lang.String WindowsDirCommand
           
static java.lang.String WindowsEnvVariableCommand
           
static java.lang.String WindowsFreeDiskSpaceCommand
           
static java.lang.String WindowsMenusDirCommand
           
static java.lang.String WindowsNtCommand
           
static java.lang.String WindowsPathCommand
           
static java.lang.String WindowsPathShortenerCommand
           
static java.lang.String WindowsProgramManagerDirCommand
           
static java.lang.String WindowsProgramsMenuCommand
           
static java.lang.String WindowsRegistryEditorCommand
           
static java.lang.String WindowsStartupMenuCommand
           
static java.lang.String WindowsStartupMenusDirCommand
           
 

Field Detail

WindowsCommandsFilename

public static final java.lang.String WindowsCommandsFilename
See Also:
Constant Field Values

MenuSpecFilename

public static final java.lang.String MenuSpecFilename
See Also:
Constant Field Values

DesktopSpecFilename

public static final java.lang.String DesktopSpecFilename
See Also:
Constant Field Values

RegistrySpecFilename

public static final java.lang.String RegistrySpecFilename
See Also:
Constant Field Values

CurrentUser

public static final java.lang.String CurrentUser
See Also:
Constant Field Values

AllUsers

public static final java.lang.String AllUsers
See Also:
Constant Field Values

WindowsRegistryEditorCommand

public static final java.lang.String WindowsRegistryEditorCommand
See Also:
Constant Field Values

WindowsProgramsMenuCommand

public static final java.lang.String WindowsProgramsMenuCommand
See Also:
Constant Field Values

WindowsDelProgramsMenu

public static final java.lang.String WindowsDelProgramsMenu
See Also:
Constant Field Values

WindowsCmdLogFilename

public static final java.lang.String WindowsCmdLogFilename
See Also:
Constant Field Values

WindowsStartupMenuCommand

public static final java.lang.String WindowsStartupMenuCommand
See Also:
Constant Field Values

WindowsProgramManagerDirCommand

public static final java.lang.String WindowsProgramManagerDirCommand
See Also:
Constant Field Values

WindowsDesktopCommand

public static final java.lang.String WindowsDesktopCommand
See Also:
Constant Field Values

WindowsAddProgramsMenu

public static final java.lang.String WindowsAddProgramsMenu
See Also:
Constant Field Values

WindowsAddStartupMenu

public static final java.lang.String WindowsAddStartupMenu
See Also:
Constant Field Values

WindowsDelStartupMenu

public static final java.lang.String WindowsDelStartupMenu
See Also:
Constant Field Values

WindowsAddDesktop

public static final java.lang.String WindowsAddDesktop
See Also:
Constant Field Values

WindowsDelDesktop

public static final java.lang.String WindowsDelDesktop
See Also:
Constant Field Values

WindowsPathShortenerCommand

public static final java.lang.String WindowsPathShortenerCommand
See Also:
Constant Field Values

WindowsNtCommand

public static final java.lang.String WindowsNtCommand
See Also:
Constant Field Values

WindowsDirCommand

public static final java.lang.String WindowsDirCommand
See Also:
Constant Field Values

WindowsAppDataCommand

public static final java.lang.String WindowsAppDataCommand
See Also:
Constant Field Values

WindowsMenusDirCommand

public static final java.lang.String WindowsMenusDirCommand
See Also:
Constant Field Values

WindowsStartupMenusDirCommand

public static final java.lang.String WindowsStartupMenusDirCommand
See Also:
Constant Field Values

WindowsDesktopDirCommand

public static final java.lang.String WindowsDesktopDirCommand
See Also:
Constant Field Values

WindowsFreeDiskSpaceCommand

public static final java.lang.String WindowsFreeDiskSpaceCommand
See Also:
Constant Field Values

WindowsPathCommand

public static final java.lang.String WindowsPathCommand
See Also:
Constant Field Values

WindowsEnvVariableCommand

public static final java.lang.String WindowsEnvVariableCommand
See Also:
Constant Field Values

ShortnameFilename

public static final java.lang.String ShortnameFilename
See Also:
Constant Field Values

RegistryResultsFilename

public static final java.lang.String RegistryResultsFilename
See Also:
Constant Field Values

NtResultsFilename

public static final java.lang.String NtResultsFilename
See Also:
Constant Field Values

DirectoryResultsFilename

public static final java.lang.String DirectoryResultsFilename
See Also:
Constant Field Values

FreeDiskSpaceResultsFilename

public static final java.lang.String FreeDiskSpaceResultsFilename
See Also:
Constant Field Values

PathOutputFilename

public static final java.lang.String PathOutputFilename
See Also:
Constant Field Values

EnvOutputFilename

public static final java.lang.String EnvOutputFilename
See Also:
Constant Field Values

AddRegistryEntry

public static final java.lang.String AddRegistryEntry
See Also:
Constant Field Values

ReplaceRegistryEntry

public static final java.lang.String ReplaceRegistryEntry
See Also:
Constant Field Values

AppendRegistryEntry

public static final java.lang.String AppendRegistryEntry
See Also:
Constant Field Values

PrependRegistryEntry

public static final java.lang.String PrependRegistryEntry
See Also:
Constant Field Values

DeleteRegistryEntry

public static final java.lang.String DeleteRegistryEntry
See Also:
Constant Field Values

ExistsRegistryEntry

public static final java.lang.String ExistsRegistryEntry
See Also:
Constant Field Values

QueryRegistryEntry

public static final java.lang.String QueryRegistryEntry
See Also:
Constant Field Values

EnumKeyRegistryEntry

public static final java.lang.String EnumKeyRegistryEntry
See Also:
Constant Field Values

EnumValueRegistryEntry

public static final java.lang.String EnumValueRegistryEntry
See Also:
Constant Field Values

InvokerFilename

public static final java.lang.String InvokerFilename
See Also:
Constant Field Values

StringType

public static final java.lang.String StringType
See Also:
Constant Field Values

DWordType

public static final java.lang.String DWordType
See Also:
Constant Field Values

BinaryType

public static final java.lang.String BinaryType
See Also:
Constant Field Values