Package | Description |
---|---|
org.biojava.bio.program.gff |
GFF manipulation.
|
org.biojava.bio.program.gff3 |
Support for reading and writing GFF3.
|
Modifier and Type | Class and Description |
---|---|
static class |
GFFErrorHandler.AbortErrorHandler |
static class |
GFFErrorHandler.SkipRecordErrorHandler |
Modifier and Type | Field and Description |
---|---|
static GFFErrorHandler |
GFFErrorHandler.ABORT_PARSING |
static GFFErrorHandler |
GFFErrorHandler.SKIP_RECORD |
Modifier and Type | Method and Description |
---|---|
GFFErrorHandler |
GFFParser.getErrorHandler()
Find the error handler used by this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
GFFParser.setErrorHandler(GFFErrorHandler errors)
Set the error handler used by this parser.
|
Modifier and Type | Method and Description |
---|---|
GFFErrorHandler |
GFF3Parser.getErrorHandler()
Find the error handler used by this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
GFF3Parser.setErrorHandler(GFFErrorHandler errors)
Set the error handler used by this parser.
|
Copyright © 2014 BioJava. All rights reserved.