Skip to content

Commit 49dfe50

Browse files
committed
added apidocs
1 parent f31f5a5 commit 49dfe50

File tree

137 files changed

+26269
-1
lines changed

Some content is hidden

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

137 files changed

+26269
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>de.bitzeche.video.transcoding</groupId>
45
<artifactId>zencoder-api</artifactId>
@@ -51,6 +52,15 @@
5152
<artifactId>maven-surefire-report-plugin</artifactId>
5253
<version>2.5</version>
5354
</plugin>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-project-info-reports-plugin</artifactId>
58+
<version>2.4</version>
59+
<configuration>
60+
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
61+
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
62+
</configuration>
63+
</plugin>
5464
</plugins>
5565
<outputDirectory>site</outputDirectory>
5666
</reporting>
@@ -155,6 +165,11 @@
155165
</execution>
156166
</executions>
157167
</plugin>
168+
<plugin>
169+
<groupId>org.apache.maven.plugins</groupId>
170+
<artifactId>maven-site-plugin</artifactId>
171+
<version>3.2</version>
172+
</plugin>
158173
</plugins>
159174
<extensions>
160175
<extension>

site/apidocs/allclasses-frame.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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_43) on Tue Apr 16 21:55:30 CEST 2013 -->
6+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<TITLE>
8+
All Classes (Java Client for Zencoder API 0.9.4-SNAPSHOT API)
9+
</TITLE>
10+
11+
<META NAME="date" CONTENT="2013-04-16">
12+
13+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
14+
15+
16+
</HEAD>
17+
18+
<BODY BGCOLOR="white">
19+
<FONT size="+1" CLASS="FrameHeadingFont">
20+
<B>All Classes</B></FONT>
21+
<BR>
22+
23+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
24+
<TR>
25+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="de/bitzeche/video/transcoding/zencoder/IZencoderClient.html" title="interface in de.bitzeche.video.transcoding.zencoder" target="classFrame"><I>IZencoderClient</I></A>
26+
<BR>
27+
<A HREF="de/bitzeche/video/transcoding/zencoder/util/XmlUtility.html" title="class in de.bitzeche.video.transcoding.zencoder.util" target="classFrame">XmlUtility</A>
28+
<BR>
29+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAPIVersion.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderAPIVersion</A>
30+
<BR>
31+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAspectMode.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderAspectMode</A>
32+
<BR>
33+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAudioCodec.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderAudioCodec</A>
34+
<BR>
35+
<A HREF="de/bitzeche/video/transcoding/zencoder/ZencoderClient.html" title="class in de.bitzeche.video.transcoding.zencoder" target="classFrame">ZencoderClient</A>
36+
<BR>
37+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderDeinterlace.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderDeinterlace</A>
38+
<BR>
39+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderDenoiseFilter.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderDenoiseFilter</A>
40+
<BR>
41+
<A HREF="de/bitzeche/video/transcoding/zencoder/response/ZencoderErrorResponseException.html" title="class in de.bitzeche.video.transcoding.zencoder.response" target="classFrame">ZencoderErrorResponseException</A>
42+
<BR>
43+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderJob.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderJob</A>
44+
<BR>
45+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderNotification.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderNotification</A>
46+
<BR>
47+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderNotificationJobState.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderNotificationJobState</A>
48+
<BR>
49+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderOutput.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderOutput</A>
50+
<BR>
51+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderRegion.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderRegion</A>
52+
<BR>
53+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderS3AccessControlItem.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderS3AccessControlItem</A>
54+
<BR>
55+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderS3AccessControlRight.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderS3AccessControlRight</A>
56+
<BR>
57+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderThumbnail.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderThumbnail</A>
58+
<BR>
59+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderThumbnailFormat.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderThumbnailFormat</A>
60+
<BR>
61+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderVideoCodec.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums" target="classFrame">ZencoderVideoCodec</A>
62+
<BR>
63+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderWatermark.html" title="class in de.bitzeche.video.transcoding.zencoder.job" target="classFrame">ZencoderWatermark</A>
64+
<BR>
65+
</FONT></TD>
66+
</TR>
67+
</TABLE>
68+
69+
</BODY>
70+
</HTML>

site/apidocs/allclasses-noframe.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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_43) on Tue Apr 16 21:55:30 CEST 2013 -->
6+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<TITLE>
8+
All Classes (Java Client for Zencoder API 0.9.4-SNAPSHOT API)
9+
</TITLE>
10+
11+
<META NAME="date" CONTENT="2013-04-16">
12+
13+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
14+
15+
16+
</HEAD>
17+
18+
<BODY BGCOLOR="white">
19+
<FONT size="+1" CLASS="FrameHeadingFont">
20+
<B>All Classes</B></FONT>
21+
<BR>
22+
23+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
24+
<TR>
25+
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="de/bitzeche/video/transcoding/zencoder/IZencoderClient.html" title="interface in de.bitzeche.video.transcoding.zencoder"><I>IZencoderClient</I></A>
26+
<BR>
27+
<A HREF="de/bitzeche/video/transcoding/zencoder/util/XmlUtility.html" title="class in de.bitzeche.video.transcoding.zencoder.util">XmlUtility</A>
28+
<BR>
29+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAPIVersion.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderAPIVersion</A>
30+
<BR>
31+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAspectMode.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderAspectMode</A>
32+
<BR>
33+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderAudioCodec.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderAudioCodec</A>
34+
<BR>
35+
<A HREF="de/bitzeche/video/transcoding/zencoder/ZencoderClient.html" title="class in de.bitzeche.video.transcoding.zencoder">ZencoderClient</A>
36+
<BR>
37+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderDeinterlace.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderDeinterlace</A>
38+
<BR>
39+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderDenoiseFilter.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderDenoiseFilter</A>
40+
<BR>
41+
<A HREF="de/bitzeche/video/transcoding/zencoder/response/ZencoderErrorResponseException.html" title="class in de.bitzeche.video.transcoding.zencoder.response">ZencoderErrorResponseException</A>
42+
<BR>
43+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderJob.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderJob</A>
44+
<BR>
45+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderNotification.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderNotification</A>
46+
<BR>
47+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderNotificationJobState.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderNotificationJobState</A>
48+
<BR>
49+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderOutput.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderOutput</A>
50+
<BR>
51+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderRegion.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderRegion</A>
52+
<BR>
53+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderS3AccessControlItem.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderS3AccessControlItem</A>
54+
<BR>
55+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderS3AccessControlRight.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderS3AccessControlRight</A>
56+
<BR>
57+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderThumbnail.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderThumbnail</A>
58+
<BR>
59+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderThumbnailFormat.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderThumbnailFormat</A>
60+
<BR>
61+
<A HREF="de/bitzeche/video/transcoding/zencoder/enums/ZencoderVideoCodec.html" title="enum in de.bitzeche.video.transcoding.zencoder.enums">ZencoderVideoCodec</A>
62+
<BR>
63+
<A HREF="de/bitzeche/video/transcoding/zencoder/job/ZencoderWatermark.html" title="class in de.bitzeche.video.transcoding.zencoder.job">ZencoderWatermark</A>
64+
<BR>
65+
</FONT></TD>
66+
</TR>
67+
</TABLE>
68+
69+
</BODY>
70+
</HTML>

site/apidocs/constant-values.html

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
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_43) on Tue Apr 16 21:55:30 CEST 2013 -->
6+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<TITLE>
8+
Constant Field Values (Java Client for Zencoder API 0.9.4-SNAPSHOT API)
9+
</TITLE>
10+
11+
<META NAME="date" CONTENT="2013-04-16">
12+
13+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
14+
15+
<SCRIPT type="text/javascript">
16+
function windowTitle()
17+
{
18+
if (location.href.indexOf('is-external=true') == -1) {
19+
parent.document.title="Constant Field Values (Java Client for Zencoder API 0.9.4-SNAPSHOT API)";
20+
}
21+
}
22+
</SCRIPT>
23+
<NOSCRIPT>
24+
</NOSCRIPT>
25+
26+
</HEAD>
27+
28+
<BODY BGCOLOR="white" onload="windowTitle();">
29+
<HR>
30+
31+
32+
<!-- ========= START OF TOP NAVBAR ======= -->
33+
<A NAME="navbar_top"><!-- --></A>
34+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36+
<TR>
37+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38+
<A NAME="navbar_top_firstrow"><!-- --></A>
39+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40+
<TR ALIGN="center" VALIGN="top">
41+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49+
</TR>
50+
</TABLE>
51+
</TD>
52+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53+
</EM>
54+
</TD>
55+
</TR>
56+
57+
<TR>
58+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59+
&nbsp;PREV&nbsp;
60+
&nbsp;NEXT</FONT></TD>
61+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62+
<A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> &nbsp;
63+
&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64+
&nbsp;<SCRIPT type="text/javascript">
65+
<!--
66+
if(window==top) {
67+
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
68+
}
69+
//-->
70+
</SCRIPT>
71+
<NOSCRIPT>
72+
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
73+
</NOSCRIPT>
74+
75+
76+
</FONT></TD>
77+
</TR>
78+
</TABLE>
79+
<A NAME="skip-navbar_top"></A>
80+
<!-- ========= END OF TOP NAVBAR ========= -->
81+
82+
<HR>
83+
<CENTER>
84+
<H1>
85+
Constant Field Values</H1>
86+
</CENTER>
87+
<HR SIZE="4" NOSHADE>
88+
<B>Contents</B><UL>
89+
</UL>
90+
91+
<HR>
92+
93+
94+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
95+
<A NAME="navbar_bottom"><!-- --></A>
96+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
97+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
98+
<TR>
99+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
100+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
101+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
102+
<TR ALIGN="center" VALIGN="top">
103+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
104+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
105+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
106+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
107+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
108+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
109+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
110+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
111+
</TR>
112+
</TABLE>
113+
</TD>
114+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
115+
</EM>
116+
</TD>
117+
</TR>
118+
119+
<TR>
120+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
121+
&nbsp;PREV&nbsp;
122+
&nbsp;NEXT</FONT></TD>
123+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
124+
<A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> &nbsp;
125+
&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
126+
&nbsp;<SCRIPT type="text/javascript">
127+
<!--
128+
if(window==top) {
129+
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
130+
}
131+
//-->
132+
</SCRIPT>
133+
<NOSCRIPT>
134+
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
135+
</NOSCRIPT>
136+
137+
138+
</FONT></TD>
139+
</TR>
140+
</TABLE>
141+
<A NAME="skip-navbar_bottom"></A>
142+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
143+
144+
<HR>
145+
Copyright &#169; 2011-2013 <a href="http://www.bitzeche.de/">Bitzeche GmbH</a>. All Rights Reserved.
146+
</BODY>
147+
</HTML>

0 commit comments

Comments
 (0)