home *** CD-ROM | disk | FTP | other *** search
- package netscape.softupdate;
-
- import java.util.Enumeration;
-
- final class VersionRegistry implements RegistryErrors {
- private VersionRegistry() {
- }
-
- protected static native String componentPath(String var0);
-
- protected static native VersionInfo componentVersion(String var0);
-
- protected static native String getDefaultDirectory(String var0);
-
- protected static native int setDefaultDirectory(String var0, String var1);
-
- protected static native int installComponent(String var0, String var1, VersionInfo var2);
-
- protected static native int deleteComponent(String var0);
-
- protected static native int validateComponent(String var0);
-
- protected static native int inRegistry(String var0);
-
- protected static native int close();
-
- protected static Enumeration elements() {
- return new VerRegEnumerator();
- }
- }
-