KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com4j > tlbimp > Native


1 package com4j.tlbimp;
2
3 /**
4  * Registry access helper methods.
5  *
6  * @author Kohsuke Kawaguchi (kk@kohsuke.org)
7  */

8 class Native {
9     static native String JavaDoc readRegKey( String JavaDoc name );
10     static native String JavaDoc[] enumRegKeys( String JavaDoc name );
11 }
12
Popular Tags