Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.jconfig.win.RegCommandMSVM
java.lang.Object
   |
   +----com.jconfig.win.RegCommandMSVM

  Summary

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:

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.


  Cross Reference

Returned By:
AppCommandMSVM.getRegCommand(), CommandLineUtilsMSVM.findVerbs(), CommandLineUtilsMSVM.makeRegCommandArray()





  Fields

· copyrightString

Summary  |  Top
   private static final String copyrightString


· extension

Summary  |  Top
   private String extension


· regKey

Summary  |  Top
   private String regKey


· verb

Summary  |  Top
   private String verb


· template

Summary  |  Top
   private String template


  Constructors

· RegCommandMSVM

Summary  |  Top

   RegCommandMSVM(String x, 
                  String k, 
                  String v, 
                  String t) 


  Methods

· getVerb

Summary  |  Top
   String getVerb() 


· getTemplate

Summary  |  Top
   String getTemplate() 


· getRegistryKey

Summary  |  Top
   String getRegistryKey() 


· getExtension

Summary  |  Top
   String getExtension() 


· toString

Summary  |  Top
   public String toString() 
Overrides:
toString in class Object


· asString

Summary  |  Top
   private String asString() 


· dumpInfo

Summary  |  Top
   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