Class MappingUtils


  • public class MappingUtils
    extends java.lang.Object
    A wrapper around Atlas indexing utils with added listeners for error handling.
    Author:
    Ben Holland
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void mapProject​(org.eclipse.core.resources.IProject project)
      Configures a project for indexing
      static void mapWorkspace()
      Index the workspace (blocking mode and throws index errors)
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mapWorkspace

        public static void mapWorkspace()
                                 throws com.ensoftcorp.open.commons.utilities.MappingUtils.IndexerError,
                                        com.ensoftcorp.atlas.core.licensing.AtlasLicenseException
        Index the workspace (blocking mode and throws index errors)
        Throws:
        com.ensoftcorp.atlas.core.licensing.AtlasLicenseException
        java.lang.Throwable
        com.ensoftcorp.open.commons.utilities.MappingUtils.IndexerError
      • mapProject

        public static void mapProject​(org.eclipse.core.resources.IProject project)
                               throws com.ensoftcorp.atlas.core.licensing.AtlasLicenseException,
                                      com.ensoftcorp.open.commons.utilities.MappingUtils.IndexerError
        Configures a project for indexing
        Parameters:
        project -
        Throws:
        com.ensoftcorp.atlas.core.licensing.AtlasLicenseException
        com.ensoftcorp.open.commons.utilities.MappingUtils.IndexerError