public abstract class FsImporterDescription extends WindGateImporterDescription
public
abstract
ImporterDescription.DataSize
Constructor and Description |
---|
FsImporterDescription() |
Modifier and Type | Method and Description |
---|---|
DriverScript |
getDriverScript()
Returns the driver script of this description.
|
abstract String |
getPath()
Returns the path of the import target (relative path from
resource.local.basePath in the profile). |
abstract Class<? extends DataModelStreamSupport<?>> |
getStreamSupport()
Returns an implementation of
DataModelStreamSupport class. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataSize, getModelType
getProfileName
public abstract String getPath()
resource.local.basePath
in the profile).
This path can include variables as ${<variable-name>}
.public abstract Class<? extends DataModelStreamSupport<?>> getStreamSupport()
DataModelStreamSupport
class.DataModelStreamSupport
public final DriverScript getDriverScript()
WindGateProcessDescription
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.