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