Skip to content

Commit 9419f96

Browse files
committed
Merge pull request #65 from aoberoi/feat.archivelist
adds ArchiveList class, backwards compatible, fixes #29
2 parents 06f3e5b + fdbe3d2 commit 9419f96

34 files changed

+541
-130
lines changed

docs/allclasses-frame.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_40) on Thu Jun 19 22:39:02 PDT 2014 -->
5+
<!-- Generated by javadoc (version 1.7.0_71) on Thu Feb 19 05:51:07 EST 2015 -->
66
<title>All Classes (OpenTok Java SDK Reference)</title>
7-
<meta name="date" content="2014-06-19">
7+
<meta name="date" content="2015-02-19">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
</head>
1010
<body>
@@ -13,6 +13,7 @@ <h1 class="bar">All Classes</h1>
1313
<ul>
1414
<li><a href="com/opentok/Archive.html" title="class in com.opentok" target="classFrame">Archive</a></li>
1515
<li><a href="com/opentok/Archive.Status.html" title="enum in com.opentok" target="classFrame">Archive.Status</a></li>
16+
<li><a href="com/opentok/ArchiveList.html" title="class in com.opentok" target="classFrame">ArchiveList</a></li>
1617
<li><a href="com/opentok/exception/InvalidArgumentException.html" title="class in com.opentok.exception" target="classFrame">InvalidArgumentException</a></li>
1718
<li><a href="com/opentok/MediaMode.html" title="enum in com.opentok" target="classFrame">MediaMode</a></li>
1819
<li><a href="com/opentok/OpenTok.html" title="class in com.opentok" target="classFrame">OpenTok</a></li>

docs/allclasses-noframe.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_40) on Thu Jun 19 22:39:02 PDT 2014 -->
5+
<!-- Generated by javadoc (version 1.7.0_71) on Thu Feb 19 05:51:07 EST 2015 -->
66
<title>All Classes (OpenTok Java SDK Reference)</title>
7-
<meta name="date" content="2014-06-19">
7+
<meta name="date" content="2015-02-19">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
</head>
1010
<body>
@@ -13,6 +13,7 @@ <h1 class="bar">All Classes</h1>
1313
<ul>
1414
<li><a href="com/opentok/Archive.html" title="class in com.opentok">Archive</a></li>
1515
<li><a href="com/opentok/Archive.Status.html" title="enum in com.opentok">Archive.Status</a></li>
16+
<li><a href="com/opentok/ArchiveList.html" title="class in com.opentok">ArchiveList</a></li>
1617
<li><a href="com/opentok/exception/InvalidArgumentException.html" title="class in com.opentok.exception">InvalidArgumentException</a></li>
1718
<li><a href="com/opentok/MediaMode.html" title="enum in com.opentok">MediaMode</a></li>
1819
<li><a href="com/opentok/OpenTok.html" title="class in com.opentok">OpenTok</a></li>

docs/com/opentok/Archive.Status.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_40) on Thu Jun 19 22:39:01 PDT 2014 -->
5+
<!-- Generated by javadoc (version 1.7.0_71) on Thu Feb 19 05:51:07 EST 2015 -->
66
<title>Archive.Status (OpenTok Java SDK Reference)</title>
7-
<meta name="date" content="2014-06-19">
7+
<meta name="date" content="2015-02-19">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
</head>
1010
<body>
@@ -36,7 +36,7 @@
3636
<div class="subNav">
3737
<ul class="navList">
3838
<li><a href="../../com/opentok/Archive.html" title="class in com.opentok"><span class="strong">Prev Class</span></a></li>
39-
<li><a href="../../com/opentok/MediaMode.html" title="enum in com.opentok"><span class="strong">Next Class</span></a></li>
39+
<li><a href="../../com/opentok/ArchiveList.html" title="class in com.opentok"><span class="strong">Next Class</span></a></li>
4040
</ul>
4141
<ul class="navList">
4242
<li><a href="../../index.html?com/opentok/Archive.Status.html" target="_top">Frames</a></li>
@@ -321,8 +321,7 @@ <h4>values</h4>
321321
for (Archive.Status c : Archive.Status.values())
322322
&nbsp; System.out.println(c);
323323
</pre></div>
324-
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
325-
the order they are declared</dd></dl>
324+
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
326325
</li>
327326
</ul>
328327
<a name="valueOf(java.lang.String)">
@@ -339,8 +338,7 @@ <h4>valueOf</h4>
339338
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
340339
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
341340
<dt><span class="strong">Throws:</span></dt>
342-
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
343-
with the specified name</dd>
341+
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
344342
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
345343
</li>
346344
</ul>
@@ -383,7 +381,7 @@ <h4>toString</h4>
383381
<div class="subNav">
384382
<ul class="navList">
385383
<li><a href="../../com/opentok/Archive.html" title="class in com.opentok"><span class="strong">Prev Class</span></a></li>
386-
<li><a href="../../com/opentok/MediaMode.html" title="enum in com.opentok"><span class="strong">Next Class</span></a></li>
384+
<li><a href="../../com/opentok/ArchiveList.html" title="class in com.opentok"><span class="strong">Next Class</span></a></li>
387385
</ul>
388386
<ul class="navList">
389387
<li><a href="../../index.html?com/opentok/Archive.Status.html" target="_top">Frames</a></li>

docs/com/opentok/Archive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_40) on Thu Jun 19 22:39:01 PDT 2014 -->
5+
<!-- Generated by javadoc (version 1.7.0_71) on Thu Feb 19 05:51:07 EST 2015 -->
66
<title>Archive (OpenTok Java SDK Reference)</title>
7-
<meta name="date" content="2014-06-19">
7+
<meta name="date" content="2015-02-19">
88
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
99
</head>
1010
<body>

0 commit comments

Comments
 (0)