Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-04 08:11:34 +0000
committerEike Stepper2011-09-04 08:11:34 +0000
commit3519fd328173107e58c45eb943783cd566113823 (patch)
tree40b062146d75ea2c071d62da4b4a2ccb2696ce7d /plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html
parent5ddc813be91fb426adb5ac6b5f090092ac7642e4 (diff)
downloadcdo-3519fd328173107e58c45eb943783cd566113823.tar.gz
cdo-3519fd328173107e58c45eb943783cd566113823.tar.xz
cdo-3519fd328173107e58c45eb943783cd566113823.zip
added javadoc
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html43
1 files changed, 20 insertions, 23 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html
index fdac851431..a63ef7f134 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html
@@ -89,19 +89,15 @@ Utility classes.
<P>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" title="&#171;exception&#187; Error (java.lang)" alt="" coords="58,646,150,701"/>
-<area shape="rect" id="node2" href="ImplementationError.html" title="&#171;exception&#187; ImplementationError" alt="" coords="232,653,371,693"/>
-<area shape="rect" id="node3" title="&#171;exception&#187; RuntimeException (java.lang)" alt="" coords="40,567,168,622"/>
-<area shape="rect" id="node4" href="WrappedException.html" title="&#171;exception&#187; WrappedException" alt="" coords="235,575,367,615"/>
-<area shape="rect" id="node5" href="UUIDGenerator.html" title="UUIDGenerator" alt="" coords="49,518,159,543"/>
-<area shape="rect" id="node6" href="IErrorHandler.html" title="&#171;interface&#187; IErrorHandler" alt="" coords="55,453,153,493"/>
-<area shape="rect" id="node7" href="AdapterUtil.html" title="&#171;static&#187; AdapterUtil" alt="" coords="61,389,147,429"/>
-<area shape="rect" id="node8" href="CheckUtil.html" title="&#171;static&#187; CheckUtil" alt="" coords="65,325,143,365"/>
-<area shape="rect" id="node9" href="HexUtil.html" title="&#171;static&#187; HexUtil" alt="" coords="70,261,138,301"/>
-<area shape="rect" id="node10" href="ObjectUtil.html" title="&#171;static&#187; ObjectUtil" alt="" coords="65,197,143,237"/>
-<area shape="rect" id="node11" href="ReflectUtil.html" title="&#171;static&#187; ReflectUtil" alt="" coords="63,133,145,173"/>
-<area shape="rect" id="node12" href="StringUtil.html" title="&#171;static&#187; StringUtil" alt="" coords="67,69,141,109"/>
-<area shape="rect" id="node13" href="ReflectUtil.ExcludeFromDump.html" title="&#171;annotation&#187; ReflectUtil.ExcludeFromDump" alt="" coords="6,5,202,45"/>
+<area shape="rect" id="node1" title="&#171;exception&#187; RuntimeException (java.lang)" alt="" coords="5,439,133,494"/>
+<area shape="rect" id="node2" href="WrappedException.html" title="&#171;exception&#187; WrappedException" alt="" coords="163,447,295,487"/>
+<area shape="rect" id="node3" href="UUIDGenerator.html" title="UUIDGenerator" alt="" coords="15,390,124,415"/>
+<area shape="rect" id="node4" href="IErrorHandler.html" title="&#171;interface&#187; IErrorHandler" alt="" coords="21,325,118,365"/>
+<area shape="rect" id="node5" href="AdapterUtil.html" title="&#171;static&#187; AdapterUtil" alt="" coords="26,261,113,301"/>
+<area shape="rect" id="node6" href="HexUtil.html" title="&#171;static&#187; HexUtil" alt="" coords="35,197,103,237"/>
+<area shape="rect" id="node7" href="ObjectUtil.html" title="&#171;static&#187; ObjectUtil" alt="" coords="30,133,109,173"/>
+<area shape="rect" id="node8" href="ReflectUtil.html" title="&#171;static&#187; ReflectUtil" alt="" coords="29,69,110,109"/>
+<area shape="rect" id="node9" href="StringUtil.html" title="&#171;static&#187; StringUtil" alt="" coords="32,5,107,45"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
@@ -113,7 +109,7 @@ Utility classes.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/IErrorHandler.html" title="interface in org.eclipse.net4j.util">IErrorHandler</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>A callback interface with a <A HREF="../../../../org/eclipse/net4j/util/IErrorHandler.html#handleError(java.lang.Throwable)"><CODE>handleError()</CODE></A> method.</TD>
</TR>
</TABLE>
&nbsp;
@@ -127,27 +123,28 @@ Utility classes.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/AdapterUtil.html" title="class in org.eclipse.net4j.util">AdapterUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Provides a single static <A HREF="../../../../org/eclipse/net4j/util/AdapterUtil.html#adapt(java.lang.Object, java.lang.Class)"><CODE>adapt()</CODE></A> method that conveniently and safely wraps the
+ Platform's adaptation framework.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/CheckUtil.html" title="class in org.eclipse.net4j.util">CheckUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Provides static methods that check object states and invocation arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/HexUtil.html" title="class in org.eclipse.net4j.util">HexUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Provides static methods that convert to and from hexadecimal string formats.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/ObjectUtil.html" title="class in org.eclipse.net4j.util">ObjectUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Various static helper methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/ReflectUtil.html" title="class in org.eclipse.net4j.util">ReflectUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Various static helper methods for dealing with Java reflection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/StringUtil.html" title="class in org.eclipse.net4j.util">StringUtil</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Various static helper methods for dealing with strings.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/UUIDGenerator.html" title="class in org.eclipse.net4j.util">UUIDGenerator</A></B></TD>
@@ -165,7 +162,7 @@ Utility classes.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/WrappedException.html" title="class in org.eclipse.net4j.util">WrappedException</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>An unchecked exception that wraps a checked exception.</TD>
</TR>
</TABLE>
&nbsp;
@@ -179,7 +176,7 @@ Utility classes.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/ImplementationError.html" title="class in org.eclipse.net4j.util">ImplementationError</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Should not be used anymore in favour of <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/AssertionError.html?is-external=true" title="class or interface in java.lang"><CODE>AssertionError</CODE></A>.</TD>
</TR>
</TABLE>
&nbsp;
@@ -193,7 +190,7 @@ Utility classes.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/eclipse/net4j/util/ReflectUtil.ExcludeFromDump.html" title="annotation in org.eclipse.net4j.util">ReflectUtil.ExcludeFromDump</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Annotates fields that are to be skipped in <A HREF="../../../../org/eclipse/net4j/util/ReflectUtil.html#collectFields(java.lang.Class, java.util.List)"><CODE>ReflectUtil.collectFields()</CODE></A> and <A HREF="../../../../org/eclipse/net4j/util/ReflectUtil.html#toString(java.lang.Object)"><CODE>ReflectUtil.toString()</CODE></A>.</TD>
</TR>
</TABLE>
&nbsp;

Back to the top