public abstract class DataSourceBase extends Object implements IDataSource
IDataSource| Modifier and Type | Field and Description |
|---|---|
protected String |
description
Get the datasource description
|
protected String |
title
Get the datasource title
|
| Constructor and Description |
|---|
DataSourceBase(String title,
String description)
Create a base for a
IDataSource |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getDescription()
Get the datasource description
|
String |
getTitle()
Get the datasource title
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestParser, getRequestProcessorprotected String title
protected String description
public DataSourceBase(String title, String description)
IDataSourcetitle - the datasource titledescription - the datasource descriptionpublic String getDescription()
getDescription in interface IDataSourcepublic String getTitle()
getTitle in interface IDataSourcepublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2022. All rights reserved.