Skip to content

Commit d4fed5d

Browse files
mikesiodamsioda
authored andcommitted
JavaDoc Updates (#81)
Fix previous build (which overrode change #79) + add newest updated JavaDocs
1 parent 5c06069 commit d4fed5d

329 files changed

Lines changed: 3415 additions & 1821 deletions

File tree

Some content is hidden

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

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 (1.8.0_144) on Wed Feb 27 01:20:49 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Tue Mar 12 06:27:48 EDT 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-02-27">
7+
<meta name="date" content="2019-03-12">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -33,6 +33,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
3333
<li><a href="biolockj/exception/ConfigPathException.html" title="class in biolockj.exception" target="classFrame">ConfigPathException</a></li>
3434
<li><a href="biolockj/exception/ConfigViolationException.html" title="class in biolockj.exception" target="classFrame">ConfigViolationException</a></li>
3535
<li><a href="biolockj/Constants.html" title="class in biolockj" target="classFrame">Constants</a></li>
36+
<li><a href="biolockj/module/DatabaseModule.html" title="interface in biolockj.module" target="classFrame"><span class="interfaceName">DatabaseModule</span></a></li>
3637
<li><a href="biolockj/module/implicit/Demultiplexer.html" title="class in biolockj.module.implicit" target="classFrame">Demultiplexer</a></li>
3738
<li><a href="biolockj/util/DemuxUtil.html" title="class in biolockj.util" target="classFrame">DemuxUtil</a></li>
3839
<li><a href="biolockj/util/DockerUtil.html" title="class in biolockj.util" target="classFrame">DockerUtil</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 (1.8.0_144) on Wed Feb 27 01:20:49 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Tue Mar 12 06:27:48 EDT 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-02-27">
7+
<meta name="date" content="2019-03-12">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -33,6 +33,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
3333
<li><a href="biolockj/exception/ConfigPathException.html" title="class in biolockj.exception">ConfigPathException</a></li>
3434
<li><a href="biolockj/exception/ConfigViolationException.html" title="class in biolockj.exception">ConfigViolationException</a></li>
3535
<li><a href="biolockj/Constants.html" title="class in biolockj">Constants</a></li>
36+
<li><a href="biolockj/module/DatabaseModule.html" title="interface in biolockj.module"><span class="interfaceName">DatabaseModule</span></a></li>
3637
<li><a href="biolockj/module/implicit/Demultiplexer.html" title="class in biolockj.module.implicit">Demultiplexer</a></li>
3738
<li><a href="biolockj/util/DemuxUtil.html" title="class in biolockj.util">DemuxUtil</a></li>
3839
<li><a href="biolockj/util/DockerUtil.html" title="class in biolockj.util">DockerUtil</a></li>

docs/biolockj/BioLockJ.html

Lines changed: 81 additions & 81 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 (1.8.0_144) on Wed Feb 27 01:20:48 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Tue Mar 12 06:27:47 EDT 2019 -->
66
<title>BioLockJ</title>
7-
<meta name="date" content="2019-02-27">
7+
<meta name="date" content="2019-03-12">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>
@@ -146,14 +146,14 @@ <h3>Method Summary</h3>
146146
<td class="colFirst"><code>protected static void</code></td>
147147
<td class="colLast"><code><span class="memberNameLink"><a href="../biolockj/BioLockJ.html#copyInputData--">copyInputData</a></span>()</code>
148148
<div class="block">Create a copy of the sequence files in property <a href="../biolockj/Constants.html#INPUT_DIRS">"input.dirPaths"</a>, output to a directory
149-
named <a href="../biolockj/Constants.html#PROJECT_PIPELINE_DIR">"project.pipelineDir"</a>/input.</div>
149+
named <a href="../biolockj/Constants.html#PIPELINE_DIR">"pipeline.pipelineDir"</a>/input.</div>
150150
</td>
151151
</tr>
152152
<tr id="i2" class="altColor">
153153
<td class="colFirst"><code>protected static <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
154154
<td class="colLast"><code><span class="memberNameLink"><a href="../biolockj/BioLockJ.html#createPipelineDirectory--">createPipelineDirectory</a></span>()</code>
155155
<div class="block">Create the pipeline root directory under $DOCKER_PROJ and save the path to
156-
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PROJECT_PIPELINE_DIR">"project.pipelineDir"</a>.</div>
156+
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PIPELINE_DIR">"pipeline.pipelineDir"</a>.</div>
157157
</td>
158158
</tr>
159159
<tr id="i3" class="rowColor">
@@ -248,7 +248,7 @@ <h3>Method Summary</h3>
248248

249249
Call <a href="../biolockj/Pipeline.html#initializePipeline--"><code>Pipeline.initializePipeline()</code></a> to initialize Pipeline modules
250250
For direct module execution call <a href="../biolockj/Pipeline.html#runDirectModule-java.lang.Integer-"><code>Pipeline.runDirectModule(Integer)</code></a>
251-
Otherwise execute <a href="../biolockj/Pipeline.html#runPipeline--"><code>Pipeline.runPipeline()</code></a> and save MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>
251+
Otherwise execute <a href="../biolockj/Pipeline.html#runPipeline--"><code>Pipeline.runPipeline()</code></a> and save MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>
252252
If initializing AWS Cloud manager, call <a href="../biolockj/BioLockJ.html#initAwsManager--"><code>initAwsManager()</code></a>.</div>
253253
</td>
254254
</tr>
@@ -307,6 +307,21 @@ <h4>getHelpInfo</h4>
307307
</dl>
308308
</li>
309309
</ul>
310+
<a name="isPipelineComplete--">
311+
<!-- -->
312+
</a>
313+
<ul class="blockList">
314+
<li class="blockList">
315+
<h4>isPipelineComplete</h4>
316+
<pre>public static&nbsp;boolean&nbsp;isPipelineComplete()</pre>
317+
<div class="block">Determine project status based on existence of <a href="../biolockj/Constants.html#BLJ_COMPLETE">"biolockjComplete"</a> in pipeline root
318+
directory.</div>
319+
<dl>
320+
<dt><span class="returnLabel">Returns:</span></dt>
321+
<dd>true if <a href="../biolockj/Constants.html#BLJ_COMPLETE">"biolockjComplete"</a> exists in the pipeline root directory, otherwise false</dd>
322+
</dl>
323+
</li>
324+
</ul>
310325
<a name="main-java.lang.String:A-">
311326
<!-- -->
312327
</a>
@@ -330,6 +345,39 @@ <h4>main</h4>
330345
</dl>
331346
</li>
332347
</ul>
348+
<a name="pipelineInputDir--">
349+
<!-- -->
350+
</a>
351+
<ul class="blockList">
352+
<li class="blockList">
353+
<h4>pipelineInputDir</h4>
354+
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;pipelineInputDir()
355+
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
356+
<div class="block">Return the pipeline input directory</div>
357+
<dl>
358+
<dt><span class="returnLabel">Returns:</span></dt>
359+
<dd>Input dir</dd>
360+
<dt><span class="throwsLabel">Throws:</span></dt>
361+
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if unable to obtain file</dd>
362+
</dl>
363+
</li>
364+
</ul>
365+
<a name="copyInputData--">
366+
<!-- -->
367+
</a>
368+
<ul class="blockList">
369+
<li class="blockList">
370+
<h4>copyInputData</h4>
371+
<pre>protected static&nbsp;void&nbsp;copyInputData()
372+
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
373+
<div class="block">Create a copy of the sequence files in property <a href="../biolockj/Constants.html#INPUT_DIRS">"input.dirPaths"</a>, output to a directory
374+
named <a href="../biolockj/Constants.html#PIPELINE_DIR">"pipeline.pipelineDir"</a>/input.</div>
375+
<dl>
376+
<dt><span class="throwsLabel">Throws:</span></dt>
377+
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if unable to copy the files</dd>
378+
</dl>
379+
</li>
380+
</ul>
333381
<a name="createPipelineDirectory--">
334382
<!-- -->
335383
</a>
@@ -339,7 +387,7 @@ <h4>createPipelineDirectory</h4>
339387
<pre>protected static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;createPipelineDirectory()
340388
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
341389
<div class="block">Create the pipeline root directory under $DOCKER_PROJ and save the path to
342-
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PROJECT_PIPELINE_DIR">"project.pipelineDir"</a>.
390+
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PIPELINE_DIR">"pipeline.pipelineDir"</a>.
343391
<p>
344392
For example, the following <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a> settings will create:
345393
<b>/projects/MicrobeProj_2018Jan01</b><br>
@@ -356,6 +404,29 @@ <h4>createPipelineDirectory</h4>
356404
</dl>
357405
</li>
358406
</ul>
407+
<a name="initAwsManager--">
408+
<!-- -->
409+
</a>
410+
<ul class="blockList">
411+
<li class="blockList">
412+
<h4>initAwsManager</h4>
413+
<pre>protected static&nbsp;void&nbsp;initAwsManager()
414+
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
415+
<div class="block">Initialize AWS manager pipeline:<br>
416+
<ol>
417+
<li>Build Nexflow main.nf
418+
<li>Run ImportMetadata module
419+
<li>Set files editable
420+
<li>Update pipeline root directory to EFS directory
421+
<li>Update EFS MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a> with new pipeline root directory path
422+
<li>Save pipeline input files to EFS for faster processing
423+
</ol></div>
424+
<dl>
425+
<dt><span class="throwsLabel">Throws:</span></dt>
426+
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if runtime errors occur</dd>
427+
</dl>
428+
</li>
429+
</ul>
359430
<a name="initBioLockJ-java.lang.String:A-">
360431
<!-- -->
361432
</a>
@@ -413,7 +484,7 @@ <h4>initRestart</h4>
413484
<h4>markProjectStatus</h4>
414485
<pre>protected static&nbsp;void&nbsp;markProjectStatus(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;status)</pre>
415486
<div class="block">Create indicator file in pipeline root directory, with name = status parameter.
416-
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PROJECT_PIPELINE_DIR">"project.pipelineDir"</a>.</div>
487+
<a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PIPELINE_DIR">"pipeline.pipelineDir"</a>.</div>
417488
<dl>
418489
<dt><span class="paramLabel">Parameters:</span></dt>
419490
<dd><code>status</code> - Status indicator file name</dd>
@@ -438,7 +509,7 @@ <h4>removeTempFiles</h4>
438509
<a name="startPipeline--">
439510
<!-- -->
440511
</a>
441-
<ul class="blockList">
512+
<ul class="blockListLast">
442513
<li class="blockList">
443514
<h4>startPipeline</h4>
444515
<pre>protected static&nbsp;void&nbsp;startPipeline()
@@ -447,9 +518,9 @@ <h4>startPipeline</h4>
447518
<ol>
448519
<li>Call <a href="../biolockj/Pipeline.html#initializePipeline--"><code>Pipeline.initializePipeline()</code></a> to initialize Pipeline modules
449520
<li>For direct module execution call <a href="../biolockj/Pipeline.html#runDirectModule-java.lang.Integer-"><code>Pipeline.runDirectModule(Integer)</code></a>
450-
<li>Otherwise execute <a href="../biolockj/Pipeline.html#runPipeline--"><code>Pipeline.runPipeline()</code></a> and save MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>
521+
<li>Otherwise execute <a href="../biolockj/Pipeline.html#runPipeline--"><code>Pipeline.runPipeline()</code></a> and save MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>
451522
<li>If initializing AWS Cloud manager, call <a href="../biolockj/BioLockJ.html#initAwsManager--"><code>initAwsManager()</code></a>.
452-
<li>If <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PROJECT_DELETE_TEMP_FILES">"project.deleteTempFiles"</a> =
523+
<li>If <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a>.<a href="../biolockj/Constants.html#PIPELINE_DELETE_TEMP_FILES">"pipeline.deleteTempFiles"</a> =
453524
<a href="../biolockj/Constants.html#TRUE">"Y"</a>, Call <a href="../biolockj/BioLockJ.html#removeTempFiles--"><code>removeTempFiles()</code></a> to delete tem files
454525
<li>Call <a href="../biolockj/BioLockJ.html#markProjectStatus-java.lang.String-"><code>markProjectStatus(String)</code></a> to set the overall pipeline status as successful
455526
</ol></div>
@@ -459,77 +530,6 @@ <h4>startPipeline</h4>
459530
</dl>
460531
</li>
461532
</ul>
462-
<a name="initAwsManager--">
463-
<!-- -->
464-
</a>
465-
<ul class="blockList">
466-
<li class="blockList">
467-
<h4>initAwsManager</h4>
468-
<pre>protected static&nbsp;void&nbsp;initAwsManager()
469-
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
470-
<div class="block">Initialize AWS manager pipeline:<br>
471-
<ol>
472-
<li>Build Nexflow main.nf
473-
<li>Run ImportMetadata module
474-
<li>Set files editable
475-
<li>Update pipeline root directory to EFS directory
476-
<li>Update EFS MASTER <a href="../biolockj/Config.html" title="class in biolockj"><code>Config</code></a> with new pipeline root directory path
477-
<li>Save pipeline input files to EFS for faster processing
478-
</ol></div>
479-
<dl>
480-
<dt><span class="throwsLabel">Throws:</span></dt>
481-
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if runtime errors occur</dd>
482-
</dl>
483-
</li>
484-
</ul>
485-
<a name="copyInputData--">
486-
<!-- -->
487-
</a>
488-
<ul class="blockList">
489-
<li class="blockList">
490-
<h4>copyInputData</h4>
491-
<pre>protected static&nbsp;void&nbsp;copyInputData()
492-
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
493-
<div class="block">Create a copy of the sequence files in property <a href="../biolockj/Constants.html#INPUT_DIRS">"input.dirPaths"</a>, output to a directory
494-
named <a href="../biolockj/Constants.html#PROJECT_PIPELINE_DIR">"project.pipelineDir"</a>/input.</div>
495-
<dl>
496-
<dt><span class="throwsLabel">Throws:</span></dt>
497-
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if unable to copy the files</dd>
498-
</dl>
499-
</li>
500-
</ul>
501-
<a name="pipelineInputDir--">
502-
<!-- -->
503-
</a>
504-
<ul class="blockList">
505-
<li class="blockList">
506-
<h4>pipelineInputDir</h4>
507-
<pre>public static&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;pipelineInputDir()
508-
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
509-
<div class="block">Return the pipeline input directory</div>
510-
<dl>
511-
<dt><span class="returnLabel">Returns:</span></dt>
512-
<dd>Input dir</dd>
513-
<dt><span class="throwsLabel">Throws:</span></dt>
514-
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if unable to obtain file</dd>
515-
</dl>
516-
</li>
517-
</ul>
518-
<a name="isPipelineComplete--">
519-
<!-- -->
520-
</a>
521-
<ul class="blockListLast">
522-
<li class="blockList">
523-
<h4>isPipelineComplete</h4>
524-
<pre>public static&nbsp;boolean&nbsp;isPipelineComplete()</pre>
525-
<div class="block">Determine project status based on existence of <a href="../biolockj/Constants.html#BLJ_COMPLETE">"biolockjComplete"</a> in pipeline root
526-
directory.</div>
527-
<dl>
528-
<dt><span class="returnLabel">Returns:</span></dt>
529-
<dd>true if <a href="../biolockj/Constants.html#BLJ_COMPLETE">"biolockjComplete"</a> exists in the pipeline root directory, otherwise false</dd>
530-
</dl>
531-
</li>
532-
</ul>
533533
</li>
534534
</ul>
535535
</li>

docs/biolockj/BioModuleFactory.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 (1.8.0_144) on Wed Feb 27 01:20:48 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Tue Mar 12 06:27:47 EDT 2019 -->
66
<title>BioModuleFactory</title>
7-
<meta name="date" content="2019-02-27">
7+
<meta name="date" content="2019-03-12">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

docs/biolockj/Config.html

Lines changed: 20 additions & 20 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 (1.8.0_144) on Wed Feb 27 01:20:48 EST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Tue Mar 12 06:27:47 EDT 2019 -->
66
<title>Config</title>
7-
<meta name="date" content="2019-02-27">
7+
<meta name="date" content="2019-03-12">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>
@@ -1215,6 +1215,23 @@ <h4>setConfigProperty</h4>
12151215
</dl>
12161216
</li>
12171217
</ul>
1218+
<a name="setPipelineDir-java.io.File-">
1219+
<!-- -->
1220+
</a>
1221+
<ul class="blockList">
1222+
<li class="blockList">
1223+
<h4>setPipelineDir</h4>
1224+
<pre>public static&nbsp;void&nbsp;setPipelineDir(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;dir)
1225+
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
1226+
<div class="block">Set the root pipeline directory path</div>
1227+
<dl>
1228+
<dt><span class="paramLabel">Parameters:</span></dt>
1229+
<dd><code>dir</code> - Pipeline directory path</dd>
1230+
<dt><span class="throwsLabel">Throws:</span></dt>
1231+
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if errors occur</dd>
1232+
</dl>
1233+
</li>
1234+
</ul>
12181235
<a name="getExistingFileObject-java.lang.String-">
12191236
<!-- -->
12201237
</a>
@@ -1237,7 +1254,7 @@ <h4>getExistingFileObject</h4>
12371254
<a name="initProjectProps--">
12381255
<!-- -->
12391256
</a>
1240-
<ul class="blockList">
1257+
<ul class="blockListLast">
12411258
<li class="blockList">
12421259
<h4>initProjectProps</h4>
12431260
<pre>protected static&nbsp;boolean&nbsp;initProjectProps()
@@ -1251,23 +1268,6 @@ <h4>initProjectProps</h4>
12511268
</dl>
12521269
</li>
12531270
</ul>
1254-
<a name="setPipelineDir-java.io.File-">
1255-
<!-- -->
1256-
</a>
1257-
<ul class="blockListLast">
1258-
<li class="blockList">
1259-
<h4>setPipelineDir</h4>
1260-
<pre>public static&nbsp;void&nbsp;setPipelineDir(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;dir)
1261-
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
1262-
<div class="block">Set the root pipeline directory path</div>
1263-
<dl>
1264-
<dt><span class="paramLabel">Parameters:</span></dt>
1265-
<dd><code>dir</code> - Pipeline directory path</dd>
1266-
<dt><span class="throwsLabel">Throws:</span></dt>
1267-
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if errors occur</dd>
1268-
</dl>
1269-
</li>
1270-
</ul>
12711271
</li>
12721272
</ul>
12731273
</li>

0 commit comments

Comments
 (0)