Skip to content

Commit 8afc2e2

Browse files
committed
regen with escaped javadoc contents
1 parent a2764b5 commit 8afc2e2

File tree

162 files changed

+329
-329
lines changed

Some content is hidden

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

162 files changed

+329
-329
lines changed

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandInputParameter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public interface CommandInputParameter extends InputParameter, Saveable {
6565
* `path` or `location` and `basename` fields set, or an array consisting
6666
* of strings or File or Directory objects. It is legal to reference an
6767
* unchanged File or Directory object taken from input as a secondaryFile.
68-
* The expression may return "null" in which case there is no secondaryFile
68+
* The expression may return "null" in which case there is no secondaryFile
6969
* from that expression.
7070
*
7171
* To work on non-filename-preserving storage systems, portable tool
@@ -127,7 +127,7 @@ public interface CommandInputParameter extends InputParameter, Saveable {
127127
* Only valid when `type: File` or is an array of `items: File`.
128128
*
129129
* Read up to the first 64 KiB of text from the file and place it in the
130-
* "contents" field of the file object for use by expressions.
130+
* "contents" field of the file object for use by expressions.
131131
* * </BLOCKQUOTE>
132132
*/
133133

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandInputParameterImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public java.util.Optional<String> getLabel() {
8686
* `path` or `location` and `basename` fields set, or an array consisting
8787
* of strings or File or Directory objects. It is legal to reference an
8888
* unchanged File or Directory object taken from input as a secondaryFile.
89-
* The expression may return "null" in which case there is no secondaryFile
89+
* The expression may return &quot;null&quot; in which case there is no secondaryFile
9090
* from that expression.
9191
*
9292
* To work on non-filename-preserving storage systems, portable tool
@@ -168,7 +168,7 @@ public Object getFormat() {
168168
* Only valid when `type: File` or is an array of `items: File`.
169169
*
170170
* Read up to the first 64 KiB of text from the file and place it in the
171-
* "contents" field of the file object for use by expressions.
171+
* &quot;contents&quot; field of the file object for use by expressions.
172172
* * </BLOCKQUOTE>
173173
*/
174174

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandInputRecordField.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public interface CommandInputRecordField extends InputRecordField, CommandLineBi
8080
* `path` or `location` and `basename` fields set, or an array consisting
8181
* of strings or File or Directory objects. It is legal to reference an
8282
* unchanged File or Directory object taken from input as a secondaryFile.
83-
* The expression may return "null" in which case there is no secondaryFile
83+
* The expression may return &quot;null&quot; in which case there is no secondaryFile
8484
* from that expression.
8585
*
8686
* To work on non-filename-preserving storage systems, portable tool
@@ -135,7 +135,7 @@ public interface CommandInputRecordField extends InputRecordField, CommandLineBi
135135
* Only valid when `type: File` or is an array of `items: File`.
136136
*
137137
* Read up to the first 64 KiB of text from the file and place it in the
138-
* "contents" field of the file object for use by expressions.
138+
* &quot;contents&quot; field of the file object for use by expressions.
139139
* * </BLOCKQUOTE>
140140
*/
141141

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandInputRecordFieldImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public java.util.Optional<String> getLabel() {
111111
* `path` or `location` and `basename` fields set, or an array consisting
112112
* of strings or File or Directory objects. It is legal to reference an
113113
* unchanged File or Directory object taken from input as a secondaryFile.
114-
* The expression may return "null" in which case there is no secondaryFile
114+
* The expression may return &quot;null&quot; in which case there is no secondaryFile
115115
* from that expression.
116116
*
117117
* To work on non-filename-preserving storage systems, portable tool
@@ -181,7 +181,7 @@ public Object getFormat() {
181181
* Only valid when `type: File` or is an array of `items: File`.
182182
*
183183
* Read up to the first 64 KiB of text from the file and place it in the
184-
* "contents" field of the file object for use by expressions.
184+
* &quot;contents&quot; field of the file object for use by expressions.
185185
* * </BLOCKQUOTE>
186186
*/
187187

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandLineBinding.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandLineBinding</I><BR>This interface is implemented by {@link CommandLineBindingImpl}<BR> <BLOCKQUOTE>
2222
2323
When listed under `inputBinding` in the input schema, the term
24-
"value" refers to the the corresponding value in the input object. For
25-
binding objects listed in `CommandLineTool.arguments`, the term "value"
24+
&quot;value&quot; refers to the the corresponding value in the input object. For
25+
binding objects listed in `CommandLineTool.arguments`, the term &quot;value&quot;
2626
refers to the effective value after evaluating `valueFrom`.
2727
2828
The binding behavior when building the command line depends on the data
@@ -71,7 +71,7 @@ public interface CommandLineBinding extends InputBinding, Saveable {
7171
* Only valid when `type: File` or is an array of `items: File`.
7272
*
7373
* Read up to the first 64 KiB of text from the file and place it in the
74-
* "contents" field of the file object for use by expressions.
74+
* &quot;contents&quot; field of the file object for use by expressions.
7575
* * </BLOCKQUOTE>
7676
*/
7777

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandLineBindingImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* Auto-generated class implementation for <I>https://w3id.org/cwl/cwl#CommandLineBinding</I><BR> <BLOCKQUOTE>
2525
2626
When listed under `inputBinding` in the input schema, the term
27-
"value" refers to the the corresponding value in the input object. For
28-
binding objects listed in `CommandLineTool.arguments`, the term "value"
27+
&quot;value&quot; refers to the the corresponding value in the input object. For
28+
binding objects listed in `CommandLineTool.arguments`, the term &quot;value&quot;
2929
refers to the effective value after evaluating `valueFrom`.
3030
3131
The binding behavior when building the command line depends on the data
@@ -82,7 +82,7 @@ public java.util.Map<String, Object> getExtensionFields() {
8282
* Only valid when `type: File` or is an array of `items: File`.
8383
*
8484
* Read up to the first 64 KiB of text from the file and place it in the
85-
* "contents" field of the file object for use by expressions.
85+
* &quot;contents&quot; field of the file object for use by expressions.
8686
* * </BLOCKQUOTE>
8787
*/
8888

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandLineTool.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public interface CommandLineTool extends Process, Saveable {
150150
/**
151151
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stdin</I><BR>
152152
* <BLOCKQUOTE>
153-
* A path to a file whose contents must be piped into the command's
153+
* A path to a file whose contents must be piped into the command&#x27;s
154154
* standard input stream.
155155
* * </BLOCKQUOTE>
156156
*/
@@ -159,7 +159,7 @@ public interface CommandLineTool extends Process, Saveable {
159159
/**
160160
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stderr</I><BR>
161161
* <BLOCKQUOTE>
162-
* Capture the command's standard error stream to a file written to
162+
* Capture the command&#x27;s standard error stream to a file written to
163163
* the designated output directory.
164164
*
165165
* If `stderr` is a string, it specifies the file name to use.
@@ -175,7 +175,7 @@ public interface CommandLineTool extends Process, Saveable {
175175
/**
176176
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stdout</I><BR>
177177
* <BLOCKQUOTE>
178-
* Capture the command's standard output stream to a file written to
178+
* Capture the command&#x27;s standard output stream to a file written to
179179
* the designated output directory.
180180
*
181181
* If `stdout` is a string, it specifies the file name to use.

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandLineToolImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public java.util.Optional<java.util.List<Object>> getArguments() {
216216
/**
217217
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stdin</I><BR>
218218
* <BLOCKQUOTE>
219-
* A path to a file whose contents must be piped into the command's
219+
* A path to a file whose contents must be piped into the command&#x27;s
220220
* standard input stream.
221221
* * </BLOCKQUOTE>
222222
*/
@@ -230,7 +230,7 @@ public Object getStdin() {
230230
/**
231231
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stderr</I><BR>
232232
* <BLOCKQUOTE>
233-
* Capture the command's standard error stream to a file written to
233+
* Capture the command&#x27;s standard error stream to a file written to
234234
* the designated output directory.
235235
*
236236
* If `stderr` is a string, it specifies the file name to use.
@@ -251,7 +251,7 @@ public Object getStderr() {
251251
/**
252252
* Getter for property <I>https://w3id.org/cwl/cwl#CommandLineTool/stdout</I><BR>
253253
* <BLOCKQUOTE>
254-
* Capture the command's standard output stream to a file written to
254+
* Capture the command&#x27;s standard output stream to a file written to
255255
* the designated output directory.
256256
*
257257
* If `stdout` is a string, it specifies the file name to use.

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandOutputBinding.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public interface CommandOutputBinding extends LoadContents, Saveable {
4242
* Only valid when `type: File` or is an array of `items: File`.
4343
*
4444
* Read up to the first 64 KiB of text from the file and place it in the
45-
* "contents" field of the file object for use by expressions.
45+
* &quot;contents&quot; field of the file object for use by expressions.
4646
* * </BLOCKQUOTE>
4747
*/
4848

@@ -75,9 +75,9 @@ public interface CommandOutputBinding extends LoadContents, Saveable {
7575
* match and return files/directories which actually exist.
7676
*
7777
* If the value of glob is a relative path pattern (does not
78-
* begin with a slash '/') then it is resolved relative to the
78+
* begin with a slash &#x27;/&#x27;) then it is resolved relative to the
7979
* output directory. If the value of the glob is an absolute
80-
* path pattern (it does begin with a slash '/') then it must
80+
* path pattern (it does begin with a slash &#x27;/&#x27;) then it must
8181
* refer to a path within the output directory. It is an error
8282
* if any glob resolves to a path outside the output directory.
8383
* Specifically this means globs that resolve to paths outside the output

src/main/java/org/commonwl/cwlsdk/cwl1_1/CommandOutputBindingImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public java.util.Map<String, Object> getExtensionFields() {
5353
* Only valid when `type: File` or is an array of `items: File`.
5454
*
5555
* Read up to the first 64 KiB of text from the file and place it in the
56-
* "contents" field of the file object for use by expressions.
56+
* &quot;contents&quot; field of the file object for use by expressions.
5757
* * </BLOCKQUOTE>
5858
*/
5959

@@ -96,9 +96,9 @@ public java.util.Optional<LoadListingEnum> getLoadListing() {
9696
* match and return files/directories which actually exist.
9797
*
9898
* If the value of glob is a relative path pattern (does not
99-
* begin with a slash '/') then it is resolved relative to the
99+
* begin with a slash &#x27;/&#x27;) then it is resolved relative to the
100100
* output directory. If the value of the glob is an absolute
101-
* path pattern (it does begin with a slash '/') then it must
101+
* path pattern (it does begin with a slash &#x27;/&#x27;) then it must
102102
* refer to a path within the output directory. It is an error
103103
* if any glob resolves to a path outside the output directory.
104104
* Specifically this means globs that resolve to paths outside the output

0 commit comments

Comments
 (0)