public interface ExportConfig
ExportConfig
interface represents configurations managed by
the ScheduledExporter
service.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Returns the identification path of this configuration.
|
java.lang.String |
getSchedulerExpression()
The scheduler expression of this configuration.
|
java.lang.String |
getSource()
Returns the data source path.
|
java.lang.String |
getType()
Returns the type of this exporter.
|
boolean |
isEnabled()
The enable state for the configuration.
|
java.lang.String getSchedulerExpression()
java.lang.String getPath()
java.lang.String getType()
Exporter
implementation responsible for handling the export.java.lang.String getSource()
Exporter
handling the getType()
of this configuration to acquire the
data.boolean isEnabled()
true
if enabled, false
otherwise."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"