public class Das2StreamDataSourceFactory extends AbstractDataSourceFactory implements DataSourceFactory
| Constructor and Description |
|---|
Das2StreamDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CompletionContext> |
getCompletions(CompletionContext cc,
ProgressMonitor mon)
return a list of context-sensitive completions.
|
DataSource |
getDataSource(java.net.URI uri)
return a dataSource for the url
|
java.lang.String |
getDescription()
return a short description of the factory, or empty string.
|
MetadataModel |
getMetadataModel(java.net.URL url) |
getCapability, isFileResource, reject, supportsDiscoveryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapability, isFileResource, reject, supportsDiscoverypublic DataSource getDataSource(java.net.URI uri) throws java.io.IOException
DataSourceFactorygetDataSource in interface DataSourceFactorygetDataSource in class AbstractDataSourceFactoryuri - the URIjava.io.IOExceptionpublic java.util.List<CompletionContext> getCompletions(CompletionContext cc, ProgressMonitor mon) throws java.io.IOException, StreamException
DataSourceFactorygetCompletions in interface DataSourceFactorygetCompletions in class AbstractDataSourceFactorycc - the context for the completion.mon - a progress monitor, for example to monitor a file download.java.io.IOExceptionStreamExceptionpublic MetadataModel getMetadataModel(java.net.URL url)
public java.lang.String getDescription()
DataSourceFactorygetDescription in interface DataSourceFactorygetDescription in class AbstractDataSourceFactory