Пример #1
0
  void grsImport(final GrsSource grsSource, final boolean rebuild) {
    final AuthoritativeResource authoritativeResource = grsSource.getAuthoritativeResource();

    if (sourceContext.isVirtual(grsSource.getName())) {
      grsSource.getLogger().info("Not updating GRS data");
    } else {
      acquireAndUpdateGrsData(grsSource, rebuild, authoritativeResource);
    }

    resourceTagger.tagObjects(grsSource);
  }