Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 18433d1

Browse files
author
Harold Hannon
committed
Initial Commit
0 parents  commit 18433d1

Some content is hidden

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

72 files changed

+10560
-0
lines changed

License.rtf

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
2+
{\fonttbl\f0\fmodern\fcharset0 Courier;}
3+
{\colortbl;\red255\green255\blue255;\red38\green38\blue38;\red255\green255\blue255;}
4+
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
5+
\deftab720
6+
\pard\pardeftab720\sl320
7+
8+
\f0\fs24 \cf2 \cb3 Unless otherwise noted, all files are released under the MIT license,\
9+
exceptions contain licensing information in them.\
10+
\'a0\
11+
\'a0\'a0Copyright (C) 2012 SoftLayer Technologies, Inc.\
12+
\'a0\
13+
Permission is hereby granted, free of charge, to any person obtaining a copy\
14+
of this software and associated documentation files (the "Software"), to deal\
15+
in the Software without restriction, including without limitation the rights\
16+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\
17+
copies of the Software, and to permit persons to whom the Software is\
18+
furnished to do so, subject to the following conditions:\
19+
\'a0\
20+
The above copyright notice and this permission notice shall be included in\
21+
all copies or substantial portions of the Software.\
22+
\'a0\
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\
26+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\
28+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\
29+
SOFTWARE.\
30+
\'a0\
31+
Except as contained in this notice, the name of SoftLayer Technologies, Inc. shall not\
32+
be used in advertising or otherwise to promote the sale, use or other dealings\
33+
in this Software without prior written authorization from SoftLayer Technologies, Inc. \
34+
\
35+
\pard\pardeftab720
36+
\cf2 Portions Copyright \'a9 2008-9 Rackspace US, Inc.
37+
\fs26 \cf0 \cb1 \
38+
}

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Softlayer Object Storage Java Client
2+
This client is a simple binding for accessing the Softlayer Object Storage API. It should serve as an example for interacting with the REST API in Java.
3+
4+
## Java Version
5+
Current works with Java 1.6 +
6+
7+
## Libraries/Build
8+
All require libraries are in the lib directory of the project. There is also a Ant build.xml at the root of the project which is set as the default builder of this project.
9+
10+
## Examples
11+
There is a JUnit test cases in the test directory of the project that illustrate how to utilize this client library
12+
13+
## SSL
14+
There is a keystore/cert in the project for accessing the API via secure cert.

doc/allclasses-frame.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!--NewPage-->
3+
<HTML>
4+
<HEAD>
5+
<!-- Generated by javadoc (build 1.6.0_29) on Mon Feb 13 23:40:35 CST 2012 -->
6+
<TITLE>
7+
All Classes
8+
</TITLE>
9+
10+
<META NAME="date" CONTENT="2012-02-13">
11+
12+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13+
14+
15+
</HEAD>
16+
17+
<BODY BGCOLOR="white">
18+
<FONT size="+1" CLASS="FrameHeadingFont">
19+
<B>All Classes</B></FONT>
20+
<BR>
21+
22+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
23+
<TR>
24+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/softlayer/objectstorage/Account.html" title="class in com.softlayer.objectstorage" target="classFrame">Account</A>
25+
<BR>
26+
<A HREF="com/softlayer/objectstorage/Client.html" title="class in com.softlayer.objectstorage" target="classFrame">Client</A>
27+
<BR>
28+
<A HREF="com/softlayer/objectstorage/Container.html" title="class in com.softlayer.objectstorage" target="classFrame">Container</A>
29+
<BR>
30+
<A HREF="com/softlayer/objectstorage/ObjectFile.html" title="class in com.softlayer.objectstorage" target="classFrame">ObjectFile</A>
31+
<BR>
32+
<A HREF="com/softlayer/objectstorage/test/UnitTest.html" title="class in com.softlayer.objectstorage.test" target="classFrame">UnitTest</A>
33+
<BR>
34+
</FONT></TD>
35+
</TR>
36+
</TABLE>
37+
38+
</BODY>
39+
</HTML>

doc/allclasses-noframe.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!--NewPage-->
3+
<HTML>
4+
<HEAD>
5+
<!-- Generated by javadoc (build 1.6.0_29) on Mon Feb 13 23:40:35 CST 2012 -->
6+
<TITLE>
7+
All Classes
8+
</TITLE>
9+
10+
<META NAME="date" CONTENT="2012-02-13">
11+
12+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13+
14+
15+
</HEAD>
16+
17+
<BODY BGCOLOR="white">
18+
<FONT size="+1" CLASS="FrameHeadingFont">
19+
<B>All Classes</B></FONT>
20+
<BR>
21+
22+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
23+
<TR>
24+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/softlayer/objectstorage/Account.html" title="class in com.softlayer.objectstorage">Account</A>
25+
<BR>
26+
<A HREF="com/softlayer/objectstorage/Client.html" title="class in com.softlayer.objectstorage">Client</A>
27+
<BR>
28+
<A HREF="com/softlayer/objectstorage/Container.html" title="class in com.softlayer.objectstorage">Container</A>
29+
<BR>
30+
<A HREF="com/softlayer/objectstorage/ObjectFile.html" title="class in com.softlayer.objectstorage">ObjectFile</A>
31+
<BR>
32+
<A HREF="com/softlayer/objectstorage/test/UnitTest.html" title="class in com.softlayer.objectstorage.test">UnitTest</A>
33+
<BR>
34+
</FONT></TD>
35+
</TR>
36+
</TABLE>
37+
38+
</BODY>
39+
</HTML>

0 commit comments

Comments
 (0)