Class AsyncUuidExtractor

java.lang.Object
com._1c.g5.v8.dt.internal.compare.AsyncUuidExtractor

public class AsyncUuidExtractor extends Object
Pretty fast UUID reader.
  • Constructor Details

    • AsyncUuidExtractor

      public AsyncUuidExtractor(IComparisonDataSource dataSource, Collection<String> symlinks)
      Constructs the extractor
      Parameters:
      dataSource - The comparison data source. May not be null
      symlinks - The set of symlinks to use during the extraction. May not be null
  • Method Details

    • readAndParse

      public void readAndParse()
      Starts non-blocking read and parse stage.
    • getUuids

      public Map<String,UUID> getUuids()
      Returns the map of UUIDs.
      Returns:
      the map of UUIDs