Class BaseDatasourceIO<T extends N2oDatasource>
java.lang.Object
net.n2oapp.framework.config.io.datasource.AbstractDatasourceIO<T>
net.n2oapp.framework.config.io.datasource.BaseDatasourceIO<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractDatasource>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,DatasourceIOv1
- Direct Known Subclasses:
BrowserStorageDatasourceIO,CachedDatasourceIO,InheritedDatasourceIO,StandardDatasourceIO
Чтение/запись базового источника данных
-
Field Summary
Fields inherited from interface net.n2oapp.framework.config.io.datasource.DatasourceIOv1
NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfilters(org.jdom2.Element e, N2oPreFilter pf, IOProcessor p) voidio(org.jdom2.Element e, T ds, IOProcessor p) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.datasource.DatasourceIOv1
getBaseElementClass, getNamespace, getNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
BaseDatasourceIO
public BaseDatasourceIO()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oDatasource>- Overrides:
ioin classAbstractDatasourceIO<T extends N2oDatasource>
-
filters
-