Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
38 changes: 38 additions & 0 deletions doc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Mon Apr 16 12:11:26 CDT 2018 -->
<title>All Classes</title>
<meta name="date" content="2018-04-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/techm/ms/model/Account.html" title="class in com.techm.ms.model" target="classFrame">Account</a></li>
<li><a href="com/techm/ms/resource/AccountResource.html" title="interface in com.techm.ms.resource" target="classFrame"><span class="interfaceName">AccountResource</span></a></li>
<li><a href="com/techm/ms/resource/AccountResourceImpl.html" title="class in com.techm.ms.resource" target="classFrame">AccountResourceImpl</a></li>
<li><a href="com/techm/ms/model/swagger/AccountResponse.html" title="class in com.techm.ms.model.swagger" target="classFrame">AccountResponse</a></li>
<li><a href="com/techm/ms/service/AccountService.html" title="interface in com.techm.ms.service" target="classFrame"><span class="interfaceName">AccountService</span></a></li>
<li><a href="com/techm/ms/service/AccountServiceImpl.html" title="class in com.techm.ms.service" target="classFrame">AccountServiceImpl</a></li>
<li><a href="com/techm/ms/Application.html" title="class in com.techm.ms" target="classFrame">Application</a></li>
<li><a href="com/techm/ms/model/representation/CollectionLinks.html" title="class in com.techm.ms.model.representation" target="classFrame">CollectionLinks</a></li>
<li><a href="com/techm/ms/exception/CustomError.html" title="class in com.techm.ms.exception" target="classFrame">CustomError</a></li>
<li><a href="com/techm/ms/config/JerseyConfiguration.html" title="class in com.techm.ms.config" target="classFrame">JerseyConfiguration</a></li>
<li><a href="com/techm/ms/model/representation/Links.html" title="class in com.techm.ms.model.representation" target="classFrame">Links</a></li>
<li><a href="com/techm/ms/model/representation/Resource.html" title="class in com.techm.ms.model.representation" target="classFrame">Resource</a></li>
<li><a href="com/techm/ms/model/representation/ResourceCollection.html" title="class in com.techm.ms.model.representation" target="classFrame">ResourceCollection</a></li>
<li><a href="com/techm/ms/SwaggerConfig.html" title="class in com.techm.ms" target="classFrame">SwaggerConfig</a></li>
<li><a href="com/techm/ms/model/User.html" title="class in com.techm.ms.model" target="classFrame">User</a></li>
<li><a href="com/techm/ms/resource/UserResource.html" title="interface in com.techm.ms.resource" target="classFrame"><span class="interfaceName">UserResource</span></a></li>
<li><a href="com/techm/ms/resource/UserResourceImpl.html" title="class in com.techm.ms.resource" target="classFrame">UserResourceImpl</a></li>
<li><a href="com/techm/ms/model/swagger/UserResponse.html" title="class in com.techm.ms.model.swagger" target="classFrame">UserResponse</a></li>
<li><a href="com/techm/ms/service/UserService.html" title="interface in com.techm.ms.service" target="classFrame"><span class="interfaceName">UserService</span></a></li>
<li><a href="com/techm/ms/service/UserServiceImpl.html" title="class in com.techm.ms.service" target="classFrame">UserServiceImpl</a></li>
</ul>
</div>
</body>
</html>
38 changes: 38 additions & 0 deletions doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Mon Apr 16 12:11:26 CDT 2018 -->
<title>All Classes</title>
<meta name="date" content="2018-04-16">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/techm/ms/model/Account.html" title="class in com.techm.ms.model">Account</a></li>
<li><a href="com/techm/ms/resource/AccountResource.html" title="interface in com.techm.ms.resource"><span class="interfaceName">AccountResource</span></a></li>
<li><a href="com/techm/ms/resource/AccountResourceImpl.html" title="class in com.techm.ms.resource">AccountResourceImpl</a></li>
<li><a href="com/techm/ms/model/swagger/AccountResponse.html" title="class in com.techm.ms.model.swagger">AccountResponse</a></li>
<li><a href="com/techm/ms/service/AccountService.html" title="interface in com.techm.ms.service"><span class="interfaceName">AccountService</span></a></li>
<li><a href="com/techm/ms/service/AccountServiceImpl.html" title="class in com.techm.ms.service">AccountServiceImpl</a></li>
<li><a href="com/techm/ms/Application.html" title="class in com.techm.ms">Application</a></li>
<li><a href="com/techm/ms/model/representation/CollectionLinks.html" title="class in com.techm.ms.model.representation">CollectionLinks</a></li>
<li><a href="com/techm/ms/exception/CustomError.html" title="class in com.techm.ms.exception">CustomError</a></li>
<li><a href="com/techm/ms/config/JerseyConfiguration.html" title="class in com.techm.ms.config">JerseyConfiguration</a></li>
<li><a href="com/techm/ms/model/representation/Links.html" title="class in com.techm.ms.model.representation">Links</a></li>
<li><a href="com/techm/ms/model/representation/Resource.html" title="class in com.techm.ms.model.representation">Resource</a></li>
<li><a href="com/techm/ms/model/representation/ResourceCollection.html" title="class in com.techm.ms.model.representation">ResourceCollection</a></li>
<li><a href="com/techm/ms/SwaggerConfig.html" title="class in com.techm.ms">SwaggerConfig</a></li>
<li><a href="com/techm/ms/model/User.html" title="class in com.techm.ms.model">User</a></li>
<li><a href="com/techm/ms/resource/UserResource.html" title="interface in com.techm.ms.resource"><span class="interfaceName">UserResource</span></a></li>
<li><a href="com/techm/ms/resource/UserResourceImpl.html" title="class in com.techm.ms.resource">UserResourceImpl</a></li>
<li><a href="com/techm/ms/model/swagger/UserResponse.html" title="class in com.techm.ms.model.swagger">UserResponse</a></li>
<li><a href="com/techm/ms/service/UserService.html" title="interface in com.techm.ms.service"><span class="interfaceName">UserService</span></a></li>
<li><a href="com/techm/ms/service/UserServiceImpl.html" title="class in com.techm.ms.service">UserServiceImpl</a></li>
</ul>
</div>
</body>
</html>
Loading