Interface BackupUtils.URIMapper

  • Enclosing class:
    BackupUtils

    public static interface BackupUtils.URIMapper
    Mapper to perform a mapping on URIs.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.URI map​(org.eclipse.emf.common.util.URI uri)
      Map a source URI to a target URI.
    • Method Detail

      • map

        org.eclipse.emf.common.util.URI map​(org.eclipse.emf.common.util.URI uri)
        Map a source URI to a target URI.