swift-manager 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/.gitignore +2 -0
  2. data/Gemfile +19 -0
  3. data/LICENSE +201 -0
  4. data/README.md +56 -0
  5. data/README.rdoc +8 -0
  6. data/Rakefile +38 -0
  7. data/bin/swift-manager +337 -0
  8. data/docs/examples.txt +407 -0
  9. data/html/CloudShell.html +308 -0
  10. data/html/CloudShell/Context.html +403 -0
  11. data/html/Configurator.html +270 -0
  12. data/html/Formatter.html +272 -0
  13. data/html/Object.html +165 -0
  14. data/html/Parser.html +291 -0
  15. data/html/README_rdoc.html +102 -0
  16. data/html/SwiftClient.html +656 -0
  17. data/html/SwiftManager.html +181 -0
  18. data/html/bin/swift-manager.html +103 -0
  19. data/html/created.rid +9 -0
  20. data/html/images/brick.png +0 -0
  21. data/html/images/brick_link.png +0 -0
  22. data/html/images/bug.png +0 -0
  23. data/html/images/bullet_black.png +0 -0
  24. data/html/images/bullet_toggle_minus.png +0 -0
  25. data/html/images/bullet_toggle_plus.png +0 -0
  26. data/html/images/date.png +0 -0
  27. data/html/images/find.png +0 -0
  28. data/html/images/loadingAnimation.gif +0 -0
  29. data/html/images/macFFBgHack.png +0 -0
  30. data/html/images/package.png +0 -0
  31. data/html/images/page_green.png +0 -0
  32. data/html/images/page_white_text.png +0 -0
  33. data/html/images/page_white_width.png +0 -0
  34. data/html/images/plugin.png +0 -0
  35. data/html/images/ruby.png +0 -0
  36. data/html/images/tag_green.png +0 -0
  37. data/html/images/wrench.png +0 -0
  38. data/html/images/wrench_orange.png +0 -0
  39. data/html/images/zoom.png +0 -0
  40. data/html/index.html +119 -0
  41. data/html/js/darkfish.js +116 -0
  42. data/html/js/jquery.js +32 -0
  43. data/html/js/quicksearch.js +114 -0
  44. data/html/js/thickbox-compressed.js +10 -0
  45. data/html/lib/cloud_shell_rb.html +75 -0
  46. data/html/lib/configurator_rb.html +75 -0
  47. data/html/lib/formatter_rb.html +75 -0
  48. data/html/lib/parser_rb.html +75 -0
  49. data/html/lib/swift-manager_version_rb.html +75 -0
  50. data/html/lib/swift_client_rb.html +75 -0
  51. data/html/rdoc.css +763 -0
  52. data/lib/cloud_shell.rb +127 -0
  53. data/lib/configurator.rb +69 -0
  54. data/lib/formatter.rb +42 -0
  55. data/lib/parser.rb +60 -0
  56. data/lib/swift-manager_version.rb +21 -0
  57. data/lib/swift_client.rb +172 -0
  58. data/swift-manager.gemspec +48 -0
  59. data/swift-manager.rdoc +2 -0
  60. data/test/tc_nothing.rb +14 -0
  61. metadata +174 -0
@@ -0,0 +1,181 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: SwiftManager</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/swift-manager_version_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/swift-manager_version.rb">lib/swift-manager_version.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ </div>
58
+
59
+ <div id="project-metadata">
60
+
61
+
62
+ <div id="fileindex-section" class="section project-section">
63
+ <h3 class="section-header">Files</h3>
64
+ <ul>
65
+
66
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
67
+
68
+ </ul>
69
+ </div>
70
+
71
+
72
+ <div id="classindex-section" class="section project-section">
73
+ <h3 class="section-header">Class/Module Index
74
+ <span class="search-toggle"><img src="./images/find.png"
75
+ height="16" width="16" alt="[+]"
76
+ title="show/hide quicksearch" /></span></h3>
77
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
78
+ <fieldset>
79
+ <legend>Quicksearch</legend>
80
+ <input type="text" name="quicksearch" value=""
81
+ class="quicksearch-field" />
82
+ </fieldset>
83
+ </form>
84
+
85
+ <ul class="link-list">
86
+
87
+ <li><a href="./CloudShell.html">CloudShell</a></li>
88
+
89
+ <li><a href="./CloudShell/Context.html">CloudShell::Context</a></li>
90
+
91
+ <li><a href="./Configurator.html">Configurator</a></li>
92
+
93
+ <li><a href="./Formatter.html">Formatter</a></li>
94
+
95
+ <li><a href="./Object.html">Object</a></li>
96
+
97
+ <li><a href="./Parser.html">Parser</a></li>
98
+
99
+ <li><a href="./SwiftClient.html">SwiftClient</a></li>
100
+
101
+ <li><a href="./SwiftManager.html">SwiftManager</a></li>
102
+
103
+ </ul>
104
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
105
+ </div>
106
+
107
+
108
+ </div>
109
+ </div>
110
+
111
+ <div id="documentation">
112
+ <h1 class="module">SwiftManager</h1>
113
+
114
+ <div id="description" class="description">
115
+ <table class="rdoc-list"><tr><td class="rdoc-term"><p>Author</p></td>
116
+ <td>
117
+ <p>Murali Raju (&lt;murali.raju@appliv.com&gt;)</p>
118
+ </td></tr><tr><td class="rdoc-term"><p>Copyright</p></td>
119
+ <td>
120
+ <p>Copyright © 2011 Murali Raju.</p>
121
+ </td></tr><tr><td class="rdoc-term"><p>License</p></td>
122
+ <td>
123
+ <p>Apache License, Version 2.0</p>
124
+ </td></tr></table>
125
+
126
+ <p>Licensed under the Apache License, Version 2.0 (the “License”); you may not
127
+ use this file except in compliance with the License. You may obtain a copy
128
+ of the License at</p>
129
+
130
+ <p><a
131
+ href="http://www.apache.org/licenses/LICENSE-2.0">www.apache.org/licenses/LICENSE-2.0</a></p>
132
+
133
+ <p>Unless required by applicable law or agreed to in writing, software
134
+ distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
135
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
136
+ License for the specific language governing permissions and limitations
137
+ under the License.</p>
138
+
139
+ </div><!-- description -->
140
+
141
+
142
+
143
+
144
+ <div id="5Buntitled-5D" class="documentation-section">
145
+
146
+
147
+
148
+
149
+
150
+ <!-- Constants -->
151
+ <div id="constants-list" class="section">
152
+ <h3 class="section-header">Constants</h3>
153
+ <dl>
154
+
155
+ <dt><a name="VERSION">VERSION</a></dt>
156
+
157
+ <dd class="description"></dd>
158
+
159
+
160
+ </dl>
161
+ </div>
162
+
163
+
164
+
165
+
166
+ <!-- Methods -->
167
+
168
+ </div><!-- 5Buntitled-5D -->
169
+
170
+
171
+ </div><!-- documentation -->
172
+
173
+ <div id="validator-badges">
174
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
175
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
176
+ Rdoc Generator</a> 2</small>.</p>
177
+ </div>
178
+
179
+ </body>
180
+ </html>
181
+
@@ -0,0 +1,103 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: swift-manager [swift-manager]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2012-04-09 10:02:21 -0400</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>rubygems</li>
35
+
36
+ <li>irb</li>
37
+
38
+ <li>gli</li>
39
+
40
+ <li>swift-manager_version</li>
41
+
42
+ <li>rainbow</li>
43
+
44
+ <li>json</li>
45
+
46
+ <li>fog</li>
47
+
48
+ <li>progress_bar</li>
49
+
50
+ <li>terminal-table</li>
51
+
52
+ <li>configurator</li>
53
+
54
+ <li>parser</li>
55
+
56
+ <li>swift_client</li>
57
+
58
+ <li>cloud_shell</li>
59
+
60
+ <li>formatter</li>
61
+
62
+ </ul>
63
+ </dd>
64
+
65
+
66
+
67
+ </dl>
68
+ </div>
69
+
70
+ <div id="documentation">
71
+
72
+ <div class="description">
73
+ <h2>Description</h2>
74
+ <table class="rdoc-list"><tr><td class="rdoc-term"><p>Author</p></td>
75
+ <td>
76
+ <p>Murali Raju (&lt;murali.raju@.com&gt;)</p>
77
+ </td></tr><tr><td class="rdoc-term"><p>Copyright</p></td>
78
+ <td>
79
+ <p>Copyright © 2011 Murali Raju.</p>
80
+ </td></tr><tr><td class="rdoc-term"><p>License</p></td>
81
+ <td>
82
+ <p>Apache License, Version 2.0</p>
83
+ </td></tr></table>
84
+
85
+ <p>Licensed under the Apache License, Version 2.0 (the “License”); you may not
86
+ use this file except in compliance with the License. You may obtain a copy
87
+ of the License at</p>
88
+
89
+ <p><a
90
+ href="http://www.apache.org/licenses/LICENSE-2.0">www.apache.org/licenses/LICENSE-2.0</a></p>
91
+
92
+ <p>Unless required by applicable law or agreed to in writing, software
93
+ distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
94
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
95
+ License for the specific language governing permissions and limitations
96
+ under the License.</p>
97
+
98
+ </div>
99
+
100
+ </div>
101
+ </body>
102
+ </html>
103
+
@@ -0,0 +1,9 @@
1
+ Mon, 09 Apr 2012 10:24:38 -0400
2
+ README.rdoc Sun, 08 Apr 2012 22:48:48 -0400
3
+ lib/cloud_shell.rb Sun, 08 Apr 2012 22:39:23 -0400
4
+ lib/configurator.rb Sun, 08 Apr 2012 22:22:24 -0400
5
+ lib/formatter.rb Sun, 08 Apr 2012 20:45:53 -0400
6
+ lib/parser.rb Mon, 26 Mar 2012 20:11:06 -0400
7
+ lib/swift-manager_version.rb Sun, 08 Apr 2012 22:57:19 -0400
8
+ lib/swift_client.rb Mon, 09 Apr 2012 10:04:16 -0400
9
+ bin/swift-manager Mon, 09 Apr 2012 10:02:21 -0400
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,119 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>swift-manager</title>
10
+
11
+ <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
+ <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
17
+
18
+ </head>
19
+ <body class="indexpage">
20
+
21
+
22
+ <h1>swift-manager</h1>
23
+
24
+
25
+ <div id="main">
26
+
27
+
28
+ <p>A Ruby OpenStack Swift Client</p>
29
+
30
+ </div>
31
+
32
+
33
+
34
+
35
+ <h2>Files</h2>
36
+ <ul>
37
+
38
+ <li class="file"><a href="README_rdoc.html">README.rdoc</a></li>
39
+
40
+ </ul>
41
+
42
+
43
+ <h2 id="classes">Classes/Modules</h2>
44
+ <ul>
45
+
46
+ <li class="class"><a href="CloudShell.html">CloudShell</a></li>
47
+
48
+ <li class="class"><a href="CloudShell/Context.html">CloudShell::Context</a></li>
49
+
50
+ <li class="class"><a href="Configurator.html">Configurator</a></li>
51
+
52
+ <li class="class"><a href="Formatter.html">Formatter</a></li>
53
+
54
+ <li class="class"><a href="Object.html">Object</a></li>
55
+
56
+ <li class="class"><a href="Parser.html">Parser</a></li>
57
+
58
+ <li class="class"><a href="SwiftClient.html">SwiftClient</a></li>
59
+
60
+ <li class="module"><a href="SwiftManager.html">SwiftManager</a></li>
61
+
62
+ </ul>
63
+
64
+ <h2 id="methods">Methods</h2>
65
+ <ul>
66
+
67
+ <li><a href="SwiftClient.html#method-c-new">::new &mdash; SwiftClient</a></li>
68
+
69
+ <li><a href="CloudShell/Context.html#method-c-new">::new &mdash; CloudShell::Context</a></li>
70
+
71
+ <li><a href="CloudShell/Context.html#method-i-cat">#cat &mdash; CloudShell::Context</a></li>
72
+
73
+ <li><a href="CloudShell/Context.html#method-i-cd">#cd &mdash; CloudShell::Context</a></li>
74
+
75
+ <li><a href="CloudShell/Context.html#method-i-completions">#completions &mdash; CloudShell::Context</a></li>
76
+
77
+ <li><a href="Configurator.html#method-i-create_auth_config">#create_auth_config &mdash; Configurator</a></li>
78
+
79
+ <li><a href="SwiftClient.html#method-i-create_container_no_cdn">#create_container_no_cdn &mdash; SwiftClient</a></li>
80
+
81
+ <li><a href="SwiftClient.html#method-i-create_containers_no_cdn">#create_containers_no_cdn &mdash; SwiftClient</a></li>
82
+
83
+ <li><a href="SwiftClient.html#method-i-create_objects">#create_objects &mdash; SwiftClient</a></li>
84
+
85
+ <li><a href="SwiftClient.html#method-i-delete_container">#delete_container &mdash; SwiftClient</a></li>
86
+
87
+ <li><a href="SwiftClient.html#method-i-delete_containers">#delete_containers &mdash; SwiftClient</a></li>
88
+
89
+ <li><a href="SwiftClient.html#method-i-delete_objects">#delete_objects &mdash; SwiftClient</a></li>
90
+
91
+ <li><a href="CloudShell.html#method-i-execute_command">#execute_command &mdash; CloudShell</a></li>
92
+
93
+ <li><a href="SwiftClient.html#method-i-generate_json_output">#generate_json_output &mdash; SwiftClient</a></li>
94
+
95
+ <li><a href="Parser.html#method-i-list_auth_configs">#list_auth_configs &mdash; Parser</a></li>
96
+
97
+ <li><a href="SwiftClient.html#method-i-list_containers">#list_containers &mdash; SwiftClient</a></li>
98
+
99
+ <li><a href="SwiftClient.html#method-i-list_objects">#list_objects &mdash; SwiftClient</a></li>
100
+
101
+ <li><a href="Formatter.html#method-i-print_progress_bar_long">#print_progress_bar_long &mdash; Formatter</a></li>
102
+
103
+ <li><a href="Formatter.html#method-i-print_progress_bar_short">#print_progress_bar_short &mdash; Formatter</a></li>
104
+
105
+ <li><a href="CloudShell.html#method-i-run">#run &mdash; CloudShell</a></li>
106
+
107
+ <li><a href="Parser.html#method-i-show_auth_config">#show_auth_config &mdash; Parser</a></li>
108
+
109
+ <li><a href="CloudShell/Context.html#method-i-to_s">#to_s &mdash; CloudShell::Context</a></li>
110
+
111
+ </ul>
112
+
113
+ <div id="validator-badges">
114
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
115
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
116
+ Rdoc Generator</a> 2</small>.</p>
117
+ </div>
118
+ </body>
119
+ </html>