public class SequenceInformationExtractorLegacyImpl extends java.lang.Object implements SequenceInformationExtractor
Modifier and Type | Field and Description |
---|---|
static SequenceInformationExtractorLegacyImpl |
INSTANCE
Singleton access
|
Constructor and Description |
---|
SequenceInformationExtractorLegacyImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<SequenceInformation> |
extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
|
public static final SequenceInformationExtractorLegacyImpl INSTANCE
public SequenceInformationExtractorLegacyImpl()
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.