Interface IResourceContentImporter.IImportTask

  • Enclosing interface:
    IResourceContentImporter

    public static interface IResourceContentImporter.IImportTask
    Import task.
    • Method Detail

      • getDescription

        String getDescription()
        Gets description.
        Returns:
        the description. May not be null.
      • getFqn

        String getFqn()
        Gets the FQN of the target top object.
        Returns:
        the FQN of the target top object. Never null.
      • getPaths

        Iterable<org.eclipse.core.runtime.IPath> getPaths()
        Gets the paths of the resources that will be processed within this task.
        Returns:
        a iterable of the paths. Never null.
      • getImporter

        IResourceContentImporter getImporter()
        Gets the importer instance which created this task.
        Returns:
        the importer instance. Never null.