Skip to content

Commit 359dc49

Browse files
author
Chris Park
committed
publish java apidocs Tue Oct 24 14:51:18 EDT 2017
1 parent 86e5763 commit 359dc49

File tree

407 files changed

+5489
-1476
lines changed

Some content is hidden

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

407 files changed

+5489
-1476
lines changed

allclasses-frame.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:33 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>All Classes (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -120,6 +120,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
120120
<li><a href="com/basistech/rosette/examples/PingExample.html" title="class in com.basistech.rosette.examples" target="classFrame">PingExample</a></li>
121121
<li><a href="com/basistech/rosette/apimodel/PingResponse.html" title="class in com.basistech.rosette.apimodel" target="classFrame">PingResponse</a></li>
122122
<li><a href="com/basistech/rosette/apimodel/jackson/PingResponseMixin.html" title="class in com.basistech.rosette.apimodel.jackson" target="classFrame">PingResponseMixin</a></li>
123+
<li><a href="com/basistech/rosette/apimodel/RegionDetectionResult.html" title="class in com.basistech.rosette.apimodel" target="classFrame">RegionDetectionResult</a></li>
124+
<li><a href="com/basistech/rosette/apimodel/jackson/RegionDetectionResultMixin.html" title="class in com.basistech.rosette.apimodel.jackson" target="classFrame">RegionDetectionResultMixin</a></li>
123125
<li><a href="com/basistech/rosette/apimodel/Relationship.html" title="class in com.basistech.rosette.apimodel" target="classFrame">Relationship</a></li>
124126
<li><a href="com/basistech/rosette/examples/RelationshipsExample.html" title="class in com.basistech.rosette.examples" target="classFrame">RelationshipsExample</a></li>
125127
<li><a href="com/basistech/rosette/apimodel/jackson/RelationshipsMixin.html" title="class in com.basistech.rosette.apimodel.jackson" target="classFrame">RelationshipsMixin</a></li>

allclasses-noframe.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:33 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>All Classes (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -120,6 +120,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
120120
<li><a href="com/basistech/rosette/examples/PingExample.html" title="class in com.basistech.rosette.examples">PingExample</a></li>
121121
<li><a href="com/basistech/rosette/apimodel/PingResponse.html" title="class in com.basistech.rosette.apimodel">PingResponse</a></li>
122122
<li><a href="com/basistech/rosette/apimodel/jackson/PingResponseMixin.html" title="class in com.basistech.rosette.apimodel.jackson">PingResponseMixin</a></li>
123+
<li><a href="com/basistech/rosette/apimodel/RegionDetectionResult.html" title="class in com.basistech.rosette.apimodel">RegionDetectionResult</a></li>
124+
<li><a href="com/basistech/rosette/apimodel/jackson/RegionDetectionResultMixin.html" title="class in com.basistech.rosette.apimodel.jackson">RegionDetectionResultMixin</a></li>
123125
<li><a href="com/basistech/rosette/apimodel/Relationship.html" title="class in com.basistech.rosette.apimodel">Relationship</a></li>
124126
<li><a href="com/basistech/rosette/examples/RelationshipsExample.html" title="class in com.basistech.rosette.examples">RelationshipsExample</a></li>
125127
<li><a href="com/basistech/rosette/apimodel/jackson/RelationshipsMixin.html" title="class in com.basistech.rosette.apimodel.jackson">RelationshipsMixin</a></li>

api/pom.xml.versionsBackup

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright 2017 Basis Technology Corp.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
<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">
18+
<modelVersion>4.0.0</modelVersion>
19+
<parent>
20+
<groupId>com.basistech.rosette</groupId>
21+
<artifactId>rosette-api-java-binding</artifactId>
22+
<version>1.7.7-SNAPSHOT</version>
23+
</parent>
24+
<artifactId>rosette-api</artifactId>
25+
<name>rosette-api</name>
26+
<description>Rosette API Communications</description>
27+
<properties>
28+
<mockserver-version>3.10.2</mockserver-version>
29+
<skip-mockserver>false</skip-mockserver>
30+
<http-components-version>4.5.2</http-components-version>
31+
</properties>
32+
<dependencies>
33+
<dependency>
34+
<groupId>com.basistech</groupId>
35+
<artifactId>common-api</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>com.basistech.rosette</groupId>
39+
<artifactId>rosette-api-common</artifactId>
40+
<version>${project.version}</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>com.basistech.rosette</groupId>
44+
<artifactId>rosette-api-model</artifactId>
45+
<version>${project.version}</version>
46+
</dependency>
47+
<dependency>
48+
<groupId>com.basistech.rosette</groupId>
49+
<artifactId>rosette-api-json</artifactId>
50+
<version>${project.version}</version>
51+
</dependency>
52+
<dependency>
53+
<groupId>com.fasterxml.jackson.core</groupId>
54+
<artifactId>jackson-databind</artifactId>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.apache.httpcomponents</groupId>
58+
<artifactId>httpclient</artifactId>
59+
<version>${http-components-version}</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>org.apache.httpcomponents</groupId>
63+
<artifactId>httpmime</artifactId>
64+
<version>${http-components-version}</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>com.google.guava</groupId>
68+
<artifactId>guava</artifactId>
69+
<scope>compile</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>org.slf4j</groupId>
73+
<artifactId>slf4j-api</artifactId>
74+
</dependency>
75+
<dependency>
76+
<groupId>junit</groupId>
77+
<artifactId>junit</artifactId>
78+
</dependency>
79+
<dependency>
80+
<groupId>org.mock-server</groupId>
81+
<artifactId>mockserver-client-java</artifactId>
82+
<version>${mockserver-version}</version>
83+
<scope>test</scope>
84+
</dependency>
85+
<dependency>
86+
<groupId>org.mock-server</groupId>
87+
<artifactId>mockserver-core</artifactId>
88+
<version>${mockserver-version}</version>
89+
<scope>test</scope>
90+
</dependency>
91+
<dependency>
92+
<groupId>org.mock-server</groupId>
93+
<artifactId>mockserver-netty</artifactId>
94+
<version>${mockserver-version}</version>
95+
<scope>test</scope>
96+
</dependency>
97+
<dependency>
98+
<groupId>commons-io</groupId>
99+
<artifactId>commons-io</artifactId>
100+
<scope>test</scope>
101+
</dependency>
102+
</dependencies>
103+
<build>
104+
<plugins>
105+
<plugin>
106+
<groupId>biz.aQute.bnd</groupId>
107+
<artifactId>bnd-maven-plugin</artifactId>
108+
</plugin>
109+
<plugin>
110+
<groupId>org.apache.maven.plugins</groupId>
111+
<artifactId>maven-jar-plugin</artifactId>
112+
<configuration>
113+
<archive>
114+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
115+
</archive>
116+
</configuration>
117+
</plugin>
118+
<plugin>
119+
<groupId>org.codehaus.mojo</groupId>
120+
<artifactId>build-helper-maven-plugin</artifactId>
121+
<version>3.0.0</version>
122+
<executions>
123+
<execution>
124+
<id>reserve-network-port</id>
125+
<goals>
126+
<goal>reserve-network-port</goal>
127+
</goals>
128+
<phase>initialize</phase>
129+
<configuration>
130+
<portNames>
131+
<portName>mockServerClient.port</portName>
132+
</portNames>
133+
</configuration>
134+
</execution>
135+
</executions>
136+
</plugin>
137+
<plugin>
138+
<groupId>org.mock-server</groupId>
139+
<artifactId>mockserver-maven-plugin</artifactId>
140+
<version>${mockserver-version}</version>
141+
<configuration>
142+
<serverPort>${mockServerClient.port}</serverPort>
143+
<logLevel>WARN</logLevel>
144+
<skip>${skip-mockserver}</skip>
145+
</configuration>
146+
<executions>
147+
<execution>
148+
<id>process-test-classes</id>
149+
<phase>process-test-classes</phase>
150+
<goals>
151+
<goal>runForked</goal>
152+
</goals>
153+
</execution>
154+
<execution>
155+
<id>verify</id>
156+
<phase>verify</phase>
157+
<goals>
158+
<goal>stopForked</goal>
159+
</goals>
160+
</execution>
161+
</executions>
162+
</plugin>
163+
</plugins>
164+
<resources>
165+
<resource>
166+
<directory>src/main/resources</directory>
167+
<includes>
168+
<include>version.properties</include>
169+
</includes>
170+
<filtering>true</filtering>
171+
</resource>
172+
</resources>
173+
<testResources>
174+
<testResource>
175+
<directory>src/test/resources</directory>
176+
<includes>
177+
<include>**/*.property</include>
178+
</includes>
179+
<filtering>true</filtering>
180+
</testResource>
181+
<testResource>
182+
<directory>src/test/resources</directory>
183+
<includes>
184+
<include>**/*.xml</include>
185+
<include>**/*.json</include>
186+
<include>**/*.status</include>
187+
</includes>
188+
<filtering>false</filtering>
189+
</testResource>
190+
</testResources>
191+
</build>
192+
<profiles>
193+
<profile>
194+
<id>skip-mockserver-tests</id>
195+
<properties>
196+
<skip-mockserver>true</skip-mockserver>
197+
</properties>
198+
<build>
199+
<pluginManagement>
200+
<plugins>
201+
<plugin>
202+
<artifactId>maven-surefire-plugin</artifactId>
203+
<configuration>
204+
<skip>true</skip>
205+
</configuration>
206+
</plugin>
207+
</plugins>
208+
</pluginManagement>
209+
</build>
210+
</profile>
211+
</profiles>
212+
</project>
81.7 KB
Binary file not shown.
20.8 KB
Binary file not shown.

api/target/rosette-api-1.8.0.jar

34.2 KB
Binary file not shown.

com/basistech/rosette/api/HttpRosetteAPI.Builder.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:32 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>HttpRosetteAPI.Builder (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>HttpRosetteAPI.Builder (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="HttpRosetteAPI.Builder (rosette-api-java-binding 1.7.4 API)";
16+
parent.document.title="HttpRosetteAPI.Builder (rosette-api-java-binding 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

com/basistech/rosette/api/HttpRosetteAPI.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:32 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>HttpRosetteAPI (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>HttpRosetteAPI (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="HttpRosetteAPI (rosette-api-java-binding 1.7.4 API)";
16+
parent.document.title="HttpRosetteAPI (rosette-api-java-binding 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

com/basistech/rosette/api/HttpRosetteAPIException.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:32 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>HttpRosetteAPIException (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>HttpRosetteAPIException (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="HttpRosetteAPIException (rosette-api-java-binding 1.7.4 API)";
16+
parent.document.title="HttpRosetteAPIException (rosette-api-java-binding 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

com/basistech/rosette/api/MorphologicalFeature.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_73) on Thu Jul 27 11:15:32 EDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_121) on Tue Oct 24 14:47:49 EDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>MorphologicalFeature (rosette-api-java-binding 1.7.4 API)</title>
8-
<meta name="date" content="2017-07-27">
7+
<title>MorphologicalFeature (rosette-api-java-binding 1.8.0 API)</title>
8+
<meta name="date" content="2017-10-24">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="MorphologicalFeature (rosette-api-java-binding 1.7.4 API)";
16+
parent.document.title="MorphologicalFeature (rosette-api-java-binding 1.8.0 API)";
1717
}
1818
}
1919
catch(err) {

0 commit comments

Comments
 (0)