Package org.ametys.odf.init
Class OdfRefTableDataAsFilesList
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.odf.init.OdfRefTableDataAsFolder
org.ametys.odf.init.OdfRefTableDataAsFilesList
- All Implemented Interfaces:
OdfRefTableData,LogEnabled,PluginAware,Prioritizable,Component,Configurable,Serviceable
ODF reference table data description to import on initialization.
Files to import are listed in the plugin description.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of data filenames to importFields inherited from class org.ametys.odf.init.OdfRefTableDataAsFolder
_dataFolder, _id, _pluginName, _priority, _srcResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration configuration) Get the list ofPathincluding data files to import.Methods inherited from class org.ametys.odf.init.OdfRefTableDataAsFolder
getDataToImport, getPriority, service, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_dataFilenames
List of data filenames to import
-
-
Constructor Details
-
OdfRefTableDataAsFilesList
public OdfRefTableDataAsFilesList()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classOdfRefTableDataAsFolder- Throws:
ConfigurationException
-
getDataFiles
Description copied from class:OdfRefTableDataAsFolderGet the list ofPathincluding data files to import.- Overrides:
getDataFilesin classOdfRefTableDataAsFolder- Returns:
- The list of files to import
-