public static void dispose() {
   CopyImageUtils.dispose();
   outputFolder = null;
   repositoryAdapter = null;
   traceabilityIndex = null;
   repositoryAdapter = null;
 }
 /**
  * Determines the image associated to the given EObject, copies it inside the exported
  * documentation and
  *
  * @param any the eobject to get the image from
  * @return the image associated to the given EObject
  */
 public static String getQualifiedImageID(EObject any) {
   return CopyImageUtils.copyImageAndGetImageID(any, repositoryAdapter, outputFolder);
 }