Skip to content

Commit

Permalink
GlodocsAPI added
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Feb 13, 2012
1 parent 32e93f7 commit f371aab
Show file tree
Hide file tree
Showing 141 changed files with 36,638 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 3/antlapit/GlodocsAPI/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/globalsdb.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions 3/antlapit/GlodocsAPI/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GlodocsAPI</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file added 3/antlapit/GlodocsAPI/dist/glodocsapi.jar
Binary file not shown.
77 changes: 77 additions & 0 deletions 3/antlapit/GlodocsAPI/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Jan 23 15:14:28 MSK 2012 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2012-01-23">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/xlab/glodocs/api/db/Collection.html" title="class in com.xlab.glodocs.api.db" target="classFrame">Collection</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/Constants.html" title="class in com.xlab.glodocs.api.utils" target="classFrame">Constants</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Database.html" title="class in com.xlab.glodocs.api.db" target="classFrame">Database</A>
<BR>
<A HREF="com/xlab/glodocs/api/DBConnection.html" title="class in com.xlab.glodocs.api" target="classFrame">DBConnection</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Document.html" title="class in com.xlab.glodocs.api.db" target="classFrame">Document</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/GlodocsException.html" title="class in com.xlab.glodocs.api.utils" target="classFrame">GlodocsException</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/HistoryEvent.html" title="class in com.xlab.glodocs.api.journal" target="classFrame">HistoryEvent</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Index.html" title="class in com.xlab.glodocs.api.db" target="classFrame">Index</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/Journal.html" title="class in com.xlab.glodocs.api.journal" target="classFrame">Journal</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/JournalConstants.html" title="class in com.xlab.glodocs.api.journal" target="classFrame">JournalConstants</A>
<BR>
<A HREF="org/json/JSONArray.html" title="class in org.json" target="classFrame">JSONArray</A>
<BR>
<A HREF="org/json/JSONException.html" title="class in org.json" target="classFrame">JSONException</A>
<BR>
<A HREF="org/json/JSONObject.html" title="class in org.json" target="classFrame">JSONObject</A>
<BR>
<A HREF="org/json/JSONObject.Null.html" title="class in org.json" target="classFrame">JSONObject.Null</A>
<BR>
<A HREF="org/json/JSONString.html" title="interface in org.json" target="classFrame"><I>JSONString</I></A>
<BR>
<A HREF="org/json/JSONStringer.html" title="class in org.json" target="classFrame">JSONStringer</A>
<BR>
<A HREF="org/json/JSONTokener.html" title="class in org.json" target="classFrame">JSONTokener</A>
<BR>
<A HREF="org/json/JSONWriter.html" title="class in org.json" target="classFrame">JSONWriter</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/ObjectAction.html" title="class in com.xlab.glodocs.api.security" target="classFrame">ObjectAction</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/Role.html" title="class in com.xlab.glodocs.api.security" target="classFrame">Role</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Scheme.html" title="class in com.xlab.glodocs.api.db" target="classFrame">Scheme</A>
<BR>
<A HREF="com/xlab/glodocs/api/test/TestMain.html" title="class in com.xlab.glodocs.api.test" target="classFrame">TestMain</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/User.html" title="class in com.xlab.glodocs.api.security" target="classFrame">User</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/Validator.html" title="class in com.xlab.glodocs.api.utils" target="classFrame">Validator</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
77 changes: 77 additions & 0 deletions 3/antlapit/GlodocsAPI/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Jan 23 15:14:28 MSK 2012 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2012-01-23">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/xlab/glodocs/api/db/Collection.html" title="class in com.xlab.glodocs.api.db">Collection</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/Constants.html" title="class in com.xlab.glodocs.api.utils">Constants</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Database.html" title="class in com.xlab.glodocs.api.db">Database</A>
<BR>
<A HREF="com/xlab/glodocs/api/DBConnection.html" title="class in com.xlab.glodocs.api">DBConnection</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Document.html" title="class in com.xlab.glodocs.api.db">Document</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/GlodocsException.html" title="class in com.xlab.glodocs.api.utils">GlodocsException</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/HistoryEvent.html" title="class in com.xlab.glodocs.api.journal">HistoryEvent</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Index.html" title="class in com.xlab.glodocs.api.db">Index</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/Journal.html" title="class in com.xlab.glodocs.api.journal">Journal</A>
<BR>
<A HREF="com/xlab/glodocs/api/journal/JournalConstants.html" title="class in com.xlab.glodocs.api.journal">JournalConstants</A>
<BR>
<A HREF="org/json/JSONArray.html" title="class in org.json">JSONArray</A>
<BR>
<A HREF="org/json/JSONException.html" title="class in org.json">JSONException</A>
<BR>
<A HREF="org/json/JSONObject.html" title="class in org.json">JSONObject</A>
<BR>
<A HREF="org/json/JSONObject.Null.html" title="class in org.json">JSONObject.Null</A>
<BR>
<A HREF="org/json/JSONString.html" title="interface in org.json"><I>JSONString</I></A>
<BR>
<A HREF="org/json/JSONStringer.html" title="class in org.json">JSONStringer</A>
<BR>
<A HREF="org/json/JSONTokener.html" title="class in org.json">JSONTokener</A>
<BR>
<A HREF="org/json/JSONWriter.html" title="class in org.json">JSONWriter</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/ObjectAction.html" title="class in com.xlab.glodocs.api.security">ObjectAction</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/Role.html" title="class in com.xlab.glodocs.api.security">Role</A>
<BR>
<A HREF="com/xlab/glodocs/api/db/Scheme.html" title="class in com.xlab.glodocs.api.db">Scheme</A>
<BR>
<A HREF="com/xlab/glodocs/api/test/TestMain.html" title="class in com.xlab.glodocs.api.test">TestMain</A>
<BR>
<A HREF="com/xlab/glodocs/api/security/User.html" title="class in com.xlab.glodocs.api.security">User</A>
<BR>
<A HREF="com/xlab/glodocs/api/utils/Validator.html" title="class in com.xlab.glodocs.api.utils">Validator</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
Loading

0 comments on commit f371aab

Please sign in to comment.