Skip to content

Commit c82f784

Browse files
author
behaveu
committed
Finaly version 4.2 which should be vista/win7 safe!
1 parent 629ea30 commit c82f784

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2271
-75
lines changed

Diff for: .classpath

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="output" path="bin"/>
6+
</classpath>

Diff for: .project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>java-registry</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

Diff for: .settings/org.eclipse.jdt.core.prefs

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#Tue Feb 23 10:08:54 CET 2010
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=1.4
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
11+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
12+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
13+
org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
14+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled
15+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
16+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
17+
org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
18+
org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
19+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
20+
org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
21+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
22+
org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
23+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
24+
org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
25+
org.eclipse.jdt.core.compiler.source=1.3

Diff for: WinRegistry.jar

-23.6 KB
Binary file not shown.

Diff for: build.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<project default="create_run_jar" name="Create Runnable Jar for Project java-registry">
3+
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
4+
<!--ANT 1.7 is required -->
5+
<target name="create_run_jar">
6+
<jar destfile="./WinRegistry.jar" filesetmanifest="mergewithoutmain">
7+
<manifest>
8+
<attribute name="Class-Path" value="."/>
9+
</manifest>
10+
<fileset dir="./bin"/>
11+
</jar>
12+
</target>
13+
</project>

Diff for: doc/allclasses-frame.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:06 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:04 CET 2010 -->
76
<TITLE>
87
All Classes
98
</TITLE>

Diff for: doc/allclasses-noframe.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:06 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:04 CET 2010 -->
76
<TITLE>
87
All Classes
98
</TITLE>

Diff for: doc/at/jta/Key.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:06 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:04 CET 2010 -->
76
<TITLE>
87
Key
98
</TITLE>
@@ -35,6 +34,7 @@
3534
<TR ALIGN="center" VALIGN="top">
3635
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
3736
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
37+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Key.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
3838
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
3939
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
4040
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
@@ -335,6 +335,7 @@ <H2>
335335
<TR ALIGN="center" VALIGN="top">
336336
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
337337
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
338+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Key.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
338339
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
339340
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
340341
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>

Diff for: doc/at/jta/NotSupportedOSException.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:07 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:05 CET 2010 -->
76
<TITLE>
87
NotSupportedOSException
98
</TITLE>
@@ -35,6 +34,7 @@
3534
<TR ALIGN="center" VALIGN="top">
3635
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
3736
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
37+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NotSupportedOSException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
3838
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
3939
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
4040
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
@@ -202,6 +202,7 @@ <H2>
202202
<TR ALIGN="center" VALIGN="top">
203203
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
204204
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
205+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NotSupportedOSException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
205206
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
206207
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
207208
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>

Diff for: doc/at/jta/RegistryErrorException.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:07 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:05 CET 2010 -->
76
<TITLE>
87
RegistryErrorException
98
</TITLE>
@@ -35,6 +34,7 @@
3534
<TR ALIGN="center" VALIGN="top">
3635
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
3736
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
37+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RegistryErrorException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
3838
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
3939
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
4040
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
@@ -254,6 +254,7 @@ <H2>
254254
<TR ALIGN="center" VALIGN="top">
255255
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
256256
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
257+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RegistryErrorException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
257258
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
258259
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
259260
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>

Diff for: doc/at/jta/Regor.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.4.2_04) on Wed Apr 29 13:15:07 CEST 2009 -->
6-
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5+
<!-- Generated by javadoc (build 1.4.2_19) on Tue Feb 23 10:59:04 CET 2010 -->
76
<TITLE>
87
Regor
98
</TITLE>
@@ -35,6 +34,7 @@
3534
<TR ALIGN="center" VALIGN="top">
3635
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
3736
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
37+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Regor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
3838
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
3939
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
4040
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
@@ -120,7 +120,9 @@ <H2>
120120
reg.exe is faster, not so much memory consuming (while parsing cached keys) and under vista UAC is not such
121121
a big problem as with regedit.exe! The best result is, that you dont need to convert the data anymore
122122
(if you stil do it, because upgrading from older version, it doesnt matter - so the result will be the same), 4.1 preRelease 29.04.2009 Due lack of time (i was climbing at the weekend) i never released the 4.0 RC2, but i decided to built
123-
some new functions and so I will bring out the verison 4.1 with 2 new methods: getKeyType and readAnyValue</DD>
123+
some new functions and so I will bring out the verison 4.1 with 2 new methods: getKeyType and readAnyValue, 4.2 Release 23.02.2010 As i changed my workplace and i forgot to release the new source as jar-file, I finaly release
124+
a newer version, which should be Win7/Vista safe, because it uses reg.exe instead of regedit.exe (for non DWORD entries)
125+
I alos switched from my JBuilder2k5 to Eclipse, because my new company didnt want to buy me a Jbuilder :( - at least SVN support is now better :D</DD>
124126
<DT><B>Author:</B></DT>
125127
<DD><a href="mailto:[email protected]">Taschek Joerg</a></DD>
126128
</DL>
@@ -2444,9 +2446,7 @@ <H2>
24442446
<DD><DL>
24452447

24462448
<DT><B>Throws:</B>
2447-
<DD><CODE><A HREF="../../at/jta/RegistryErrorException.html" title="class in at.jta">RegistryErrorException</A></CODE><DT><B>To Do:</B></DT>
2448-
<DD>implement 100% funtionality - i dont know the deepth search of the subkinds</DD>
2449-
</DL>
2449+
<DD><CODE><A HREF="../../at/jta/RegistryErrorException.html" title="class in at.jta">RegistryErrorException</A></CODE></DL>
24502450
</DD>
24512451
</DL>
24522452
<HR>
@@ -2493,6 +2493,7 @@ <H2>
24932493
<TR ALIGN="center" VALIGN="top">
24942494
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
24952495
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
2496+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Regor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
24962497
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24972498
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
24982499
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>

0 commit comments

Comments
 (0)