A special case of a DataFolder, its name contains always fast5_fail.
Its children field contains either a list 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 Fast5FailFolder
() |
protected Fast5FailFolder
(java.lang.String name, java.lang.String relativePath, java.util.List children) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Fast5FailFolder |
create(java.lang.String name, java.lang.String relativePath, java.util.List children)Creates a new instance of a Fast5FailFolder object |
|
private void |
validateName() |
| Methods inherited from class | Name |
|---|---|
class DataFolder |
equals, getChildren, getName, getRelativePath, hashCode |
Creates a new instance of a Fast5FailFolder object
name - The folder namerelativePath - The relative path of the folderchildren - A list with child elements of the folder