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