Interface IExportContext

  • All Known Implementing Classes:
    TestExportContext

    public interface IExportContext

    Context for export workers

    Implementations should contain static data to a single export operation

    • Method Detail

      • getExportProject

        org.eclipse.core.resources.IProject getExportProject()
        The export project
        Returns:
        the IProject for export, never null
      • getProjectVersion

        Version getProjectVersion()
        The export project version
        Returns:
        the Version of export project, never null
      • getCompatibilityMode

        CompatibilityMode getCompatibilityMode()
        The CompatibilityMode of export configuration
        Returns:
        the CompatibilityMode of export configuration, never null
      • getXmlFormatVersion

        String getXmlFormatVersion()
        The export xml format version
        Returns:
        string of xml format version, never null