public interface PathDataImporter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canImportFile(String importFileName)
Determine if plugin is able to import the given file format
|
PathDataImporterResult |
importFile(Locale locale,
String workspaceId,
File file,
boolean autoFreezeAfterUpdate,
boolean permissiveUpdate)
Import the file and make requested changes
|
boolean canImportFile(String importFileName)
importFileName - the file namePathDataImporterResult importFile(Locale locale, String workspaceId, File file, boolean autoFreezeAfterUpdate, boolean permissiveUpdate)
workspaceId - the workspace concerned by the importfile - the file to importautoFreezeAfterUpdate - todopermissiveUpdate - todoCopyright © 2018 DocDoku. All rights reserved.