All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.win.RegCommandMSVM
java.lang.Object
|
+----com.jconfig.win.RegCommandMSVM
class RegCommandMSVM
extends java.lang.Object
{
// Fields 5
private static final String copyrightString;
private String extension;
private String regKey;
private String template;
private String verb;
// Constructors 1
RegCommandMSVM(String, String, String, String);
// Methods 7
private String asString();
public void dumpInfo(PrintStream, String);
String getExtension();
String getRegistryKey();
String getTemplate();
String getVerb();
public String toString();
}
Contains four strings which contain information retrieved from the Registry. Each object
represents a command stored in the Registry for a specific app.
The strings are:
- extension: the extension of the file type for this command
- regKey: the Registry key under which the command was found
- verb: the command to be performed
- template: the command line used to perform the command
For instance:
{ .txt, Txt_File, open, "C:\\windows\\notepad.exe %1" }
This is occasionally referred to as a 'VAT', as in 'Verb And Template'.
- Author:
-
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
- Returned By:
- AppCommandMSVM.getRegCommand(), CommandLineUtilsMSVM.findVerbs(), CommandLineUtilsMSVM.makeRegCommandArray()
private static final String copyrightString
private String extension
private String regKey
private String verb
private String template
RegCommandMSVM(String x,
String k,
String v,
String t)
String getVerb()
String getTemplate()
String getRegistryKey()
String getExtension()
public String toString()
- Overrides:
- toString in class Object
private String asString()
public void dumpInfo(PrintStream ps,
String indent)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7