A special case of a DataFolder.
Its name is always 'fastq_fail'.
Its children list is of type List
Modifiers | Name | Description |
---|---|---|
private static java.lang.String |
NAME_SCHEMA |
Fields inherited from class | Fields |
---|---|
class DataFolder |
children, name, relativePath |
Constructor and description |
---|
protected FastQPassFolder
() |
protected FastQPassFolder
(java.lang.String name, java.lang.String relativePath, java.util.List<?> children) |
Type Params | Return Type | Name and description |
---|---|---|
|
static FastQPassFolder |
create(java.lang.String name, java.lang.String relativePath, java.util.List<?> children) Creates a new instance of a FastQPassFolder object. |
|
private void |
validateName() |
Methods inherited from class | Name |
---|---|
class DataFolder |
equals, getChildren, getName, getRelativePath, hashCode |
Creates a new instance of a FastQPassFolder object.
name
- The folder namerelativePath
- The relative path of the folderchildren
- A list with child elements of the folder