Skip to content

Commit

Permalink
updated javadoc and shell init script
Browse files Browse the repository at this point in the history
  • Loading branch information
benjholla committed Nov 28, 2017
1 parent 0156181 commit a09365b
Show file tree
Hide file tree
Showing 60 changed files with 273 additions and 197 deletions.
1 change: 1 addition & 0 deletions com.ensoftcorp.open.c.commons/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
doc/,\
src/
4 changes: 2 additions & 2 deletions com.ensoftcorp.open.c.commons/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions com.ensoftcorp.open.c.commons/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Activator</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:21 CST 2017 -->
<title>CallSiteAnalysis</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:21 CST 2017 -->
<title>SetDefinitions</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Class com.ensoftcorp.open.c.commons.analysis.CallSiteAnalysis</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Class com.ensoftcorp.open.c.commons.analysis.CommonQueries</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Class com.ensoftcorp.open.c.commons.analysis.SetDefinitions</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.analysis</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.analysis</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.analysis Class Hierarchy</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Package com.ensoftcorp.open.c.commons.analysis</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Class com.ensoftcorp.open.c.commons.Activator</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Log</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand All @@ -18,7 +18,7 @@
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9};
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -149,29 +149,38 @@ <h3>Method Summary</h3>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#debug-java.lang.String-">debug</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#debug-java.lang.String-java.lang.Throwable-">debug</a></span>(java.lang.String&nbsp;message,
java.lang.Throwable&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#error-java.lang.String-java.lang.Throwable-">error</a></span>(java.lang.String&nbsp;message,
java.lang.Throwable&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#info-java.lang.String-">info</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#info-java.lang.String-java.lang.Throwable-">info</a></span>(java.lang.String&nbsp;message,
java.lang.Throwable&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#log-int-java.lang.String-java.lang.Throwable-">log</a></span>(int&nbsp;severity,
java.lang.String&nbsp;string,
java.lang.Throwable&nbsp;e)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#warning-java.lang.String-">warning</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/ensoftcorp/open/c/commons/log/Log.html#warning-java.lang.String-java.lang.Throwable-">warning</a></span>(java.lang.String&nbsp;message,
java.lang.Throwable&nbsp;e)</code>&nbsp;</td>
Expand Down Expand Up @@ -244,6 +253,25 @@ <h4>warning</h4>
java.lang.Throwable&nbsp;e)</pre>
</li>
</ul>
<a name="debug-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debug</h4>
<pre>public static&nbsp;void&nbsp;debug(java.lang.String&nbsp;message)</pre>
</li>
</ul>
<a name="debug-java.lang.String-java.lang.Throwable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debug</h4>
<pre>public static&nbsp;void&nbsp;debug(java.lang.String&nbsp;message,
java.lang.Throwable&nbsp;e)</pre>
</li>
</ul>
<a name="info-java.lang.String-">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Class com.ensoftcorp.open.c.commons.log.Log</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.log</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.log</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons.log Class Hierarchy</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Package com.ensoftcorp.open.c.commons.log</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>com.ensoftcorp.open.c.commons Class Hierarchy</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:30 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:22 CST 2017 -->
<title>Uses of Package com.ensoftcorp.open.c.commons</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:21 CST 2017 -->
<title>ControlFlowWithinFunctionSmartView</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:21 CST 2017 -->
<title>DataFlowWithinFunctionSmartView</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Sep 13 11:06:29 CDT 2017 -->
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:21 CST 2017 -->
<title>MatchingPairSearchModelSmartView</title>
<meta name="date" content="2017-09-13">
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit a09365b

Please sign in to comment.