public class SequenceInformationExtractorNoOpImpl extends Object implements SequenceInformationExtractor
| Modifier and Type | Field and Description |
|---|---|
static SequenceInformationExtractorNoOpImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
SequenceInformationExtractorNoOpImpl() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SequenceInformation> |
extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
|
public static final SequenceInformationExtractorNoOpImpl INSTANCE
public SequenceInformationExtractorNoOpImpl()
public Iterable<SequenceInformation> extractMetadata(ExtractionContext extractionContext) throws SQLException
SequenceInformationExtractorextractMetadata in interface SequenceInformationExtractorextractionContext - Access to resources needed to perform the extractionSQLException - Don't bother handling SQLExceptions (unless you want to), we will deal with them in the
caller.Copyright © 2001-2016 Red Hat, Inc. All Rights Reserved.