Interface VersionRecordService


  • public interface VersionRecordService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<org.uberfire.java.nio.base.version.VersionRecord> load​(org.uberfire.java.nio.file.Path path)  
      org.uberfire.java.nio.base.version.VersionRecord loadRecord​(org.uberfire.java.nio.file.Path path)  
      List<org.uberfire.java.nio.base.version.VersionRecord> loadVersionRecords​(org.uberfire.java.nio.file.Path path)  
    • Method Detail

      • load

        List<org.uberfire.java.nio.base.version.VersionRecord> load​(org.uberfire.java.nio.file.Path path)
      • loadVersionRecords

        List<org.uberfire.java.nio.base.version.VersionRecord> loadVersionRecords​(org.uberfire.java.nio.file.Path path)