http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/microservice/resources/LogsResource.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/microservice/resources/LogsResource.html b/content/site/apidocs/org/apache/juneau/microservice/resources/LogsResource.html index 6693519..424d42e 100644 --- a/content/site/apidocs/org/apache/juneau/microservice/resources/LogsResource.html +++ b/content/site/apidocs/org/apache/juneau/microservice/resources/LogsResource.html @@ -361,14 +361,16 @@ extends <a href="../../../../../org/apache/juneau/microservice/Resource.html" ti <ul class="blockList"> <li class="blockList"> <h4>getFileOrDirectory</h4> -<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="GET",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--">responses</a>={<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=200),<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=404)}) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.91">getFileOrDirectory</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, - <a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, - <a href="../../../../../org/apache/juneau/rest/annotation/Properties.html" title="annotation in org.apache.juneau.rest.annotation">@Properties</a> - <a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties, - <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="GET", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a>=) +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.97">getFileOrDirectory</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, + <a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, + <a href="../../../../../org/apache/juneau/rest/annotation/Properties.html" title="annotation in org.apache.juneau.rest.annotation">@Properties</a> + <a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties, + <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">[GET /*] - Get file details or directory listing.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -389,26 +391,28 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h <ul class="blockList"> <li class="blockList"> <h4>viewFile</h4> -<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="VIEW",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--">responses</a>={<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=200),<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=404)}) -public void <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.130">viewFile</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, - <a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, - <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, - <a href="../../../../../org/apache/juneau/rest/annotation/Properties.html" title="annotation in org.apache.juneau.rest.annotation">@Properties</a> - <a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="highlight") - boolean highlight, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="start") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> start, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="end") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> end, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="thread") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thread, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="loggers") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] loggers, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="severity") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] severity) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="VIEW", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a>=) +public void <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.142">viewFile</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, + <a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, + <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, + <a href="../../../../../org/apache/juneau/rest/annotation/Properties.html" title="annotation in org.apache.juneau.rest.annotation">@Properties</a> + <a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="highlight") + boolean highlight, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="start") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> start, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="end") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> end, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="thread") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thread, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="loggers") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] loggers, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="severity") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] severity) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">[VIEW /*] - Retrieve the contents of a log file.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -433,21 +437,24 @@ public void <a href="../../../../../src-html/org/apache/juneau/microse <ul class="blockList"> <li class="blockList"> <h4>viewParsedEntries</h4> -<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="PARSE",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#converters--">converters</a>=<a href="../../../../../org/apache/juneau/rest/converters/Queryable.html" title="class in org.apache.juneau.rest.converters">Queryable.class</a>,<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--">responses</a>={<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=200),<a href="../../../../../org/apache/juneau/rest/annotation/Res ponse.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=404)}) -public <a href="../../../../../org/apache/juneau/microservice/resources/LogParser.html" title="class in org.apache.juneau.microservice.resources">LogParser</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.202">viewParsedEntries</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, - <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="start") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> start, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="end") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> end, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="thread") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thread, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="loggers") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] loggers, - <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="severity") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] severity) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="PARSE", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#converters--">converters</a>=<a href="../../../../../org/apache/juneau/rest/converters/Queryable.html" title="class in org.apache.juneau.rest.converters">Queryable.class</a>, + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a>=) +public <a href="../../../../../org/apache/juneau/microservice/resources/LogParser.html" title="class in org.apache.juneau.microservice.resources">LogParser</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.221">viewParsedEntries</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a> req, + <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="start") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> start, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="end") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> end, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="thread") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thread, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="loggers") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] loggers, + <a href="../../../../../org/apache/juneau/rest/annotation/Query.html" title="annotation in org.apache.juneau.rest.annotation">@Query</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Query.html#value--">value</a>="severity") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] severity) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">[VIEW /*] - Retrieve the contents of a log file as parsed entries.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -471,11 +478,13 @@ public <a href="../../../../../org/apache/juneau/microservice/resources/Log <ul class="blockList"> <li class="blockList"> <h4>downloadFile</h4> -<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="DOWNLOAD",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--">responses</a>={<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=200),<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=404)}) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.222">downloadFile</a>(<a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, - <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="DOWNLOAD", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a>=) +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.247">downloadFile</a>(<a href="../../../../../org/apache/juneau/rest/RestResponse.html" title="class in org.apache.juneau.rest">RestResponse</a> res, + <a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">[DOWNLOAD /*] - Download file.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -494,10 +503,12 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h <ul class="blockListLast"> <li class="blockList"> <h4>deleteFile</h4> -<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="DELETE",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*",<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#responses--">responses</a>={<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=200),<a href="../../../../../org/apache/juneau/rest/annotation/Response.html" title="annotation in org.apache.juneau.rest.annotation">@Response</a>(<a href="../../../../../org/apache/juneau/rest/annotation/Response.html#value--">value</a>=404)}) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.242">deleteFile</a>(<a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<pre><a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html" title="annotation in org.apache.juneau.rest.annotation">@RestMethod</a>(<a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#name--">name</a>="DELETE", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#path--">path</a>="/*", + <a href="../../../../../org/apache/juneau/rest/annotation/RestMethod.html#swagger--">swagger</a>=) +public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../../src-html/org/apache/juneau/microservice/resources/LogsResource.html#line.273">deleteFile</a>(<a href="../../../../../org/apache/juneau/rest/annotation/PathRemainder.html" title="annotation in org.apache.juneau.rest.annotation">@PathRemainder</a> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path) + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">[DELETE /*] - Delete a file.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/msgpack/MsgPackInputStream.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackInputStream.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackInputStream.html index c9809d5..022666f 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackInputStream.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackInputStream.html @@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.29">MsgPackInputStream</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.28">MsgPackInputStream</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></pre> <div class="block">Specialized input stream for parsing MessagePack streams. <p> @@ -203,7 +203,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.ht <ul class="blockListLast"> <li class="blockList"> <h4>MsgPackInputStream</h4> -<pre>protected <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.62">MsgPackInputStream</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> is)</pre> +<pre>protected <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.61">MsgPackInputStream</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> is)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -225,7 +225,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.ht <ul class="blockListLast"> <li class="blockList"> <h4>read</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.67">read</a>() +<pre>public int <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackInputStream.html#line.66">read</a>() throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserBuilder.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserBuilder.html index e1a545a..810cd32 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackParserBuilder.html @@ -283,7 +283,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackParserBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -2618,14 +2618,14 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserBuilder.html#line.412">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackParserBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackParserBuilder.html#line.412">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -2654,9 +2654,7 @@ extends <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title= </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html index b018ac6..156212e 100644 --- a/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html +++ b/content/site/apidocs/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html @@ -295,7 +295,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackSerializerBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -3205,14 +3205,14 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html#line.496">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/msgpack/MsgPackSerializerBuilder.html" title="class in org.apache.juneau.msgpack">MsgPackSerializerBuilder</a> <a href="../../../../src-html/org/apache/juneau/msgpack/MsgPackSerializerBuilder.html#line.496">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -3241,9 +3241,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer">SerializerBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/017373e3/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html index 6e0394a..6c0625e 100644 --- a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html +++ b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html @@ -282,7 +282,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug-boolean-">debug</a></span>(boolean value)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#debug--">debug</a></span>()</code> <div class="block"><b>Configuration property:</b> Debug mode.</div> </td> </tr> @@ -2599,14 +2599,14 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl </dl> </li> </ul> -<a name="debug-boolean-"> +<a name="debug--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>debug</h4> -<pre>public <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserBuilder.html#line.540">debug</a>(boolean value)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">CoreObjectBuilder</a></code></span></div> +<pre>public <a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserBuilder.html#line.540">debug</a>()</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">CoreObjectBuilder</a></code></span></div> <div class="block"><b>Configuration property:</b> Debug mode. <p> <ul> @@ -2635,9 +2635,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl </ul></div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug-boolean-">debug</a></code> in class <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="class in org.apache.juneau">CoreObjectBuilder</a></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - The new value for this property.</dd> +<dd><code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html#debug--">debug</a></code> in class <code><a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="class in org.apache.juneau">CoreObjectBuilder</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> <dt><span class="seeLabel">See Also:</span></dt>
