home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 January / PCO0198.ISO / browser / net_linx / java40.jar / netscape / softupdate / VersionRegistry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  875 b   |  31 lines

  1. package netscape.softupdate;
  2.  
  3. import java.util.Enumeration;
  4.  
  5. final class VersionRegistry implements RegistryErrors {
  6.    private VersionRegistry() {
  7.    }
  8.  
  9.    protected static native String componentPath(String var0);
  10.  
  11.    protected static native VersionInfo componentVersion(String var0);
  12.  
  13.    protected static native String getDefaultDirectory(String var0);
  14.  
  15.    protected static native int setDefaultDirectory(String var0, String var1);
  16.  
  17.    protected static native int installComponent(String var0, String var1, VersionInfo var2);
  18.  
  19.    protected static native int deleteComponent(String var0);
  20.  
  21.    protected static native int validateComponent(String var0);
  22.  
  23.    protected static native int inRegistry(String var0);
  24.  
  25.    protected static native int close();
  26.  
  27.    protected static Enumeration elements() {
  28.       return new VerRegEnumerator();
  29.    }
  30. }
  31.