Package fitnesse.wiki.fs

Examples of fitnesse.wiki.fs.SimpleFileVersionsController


  private Map<String, FileVersions> versions = new HashMap<String, FileVersions>();

  private VersionsController persistence;

  MemoryVersionsController(FileSystem fileSystem) {
    this.persistence = new SimpleFileVersionsController(fileSystem);
  }
View Full Code Here

TOP

Related Classes of fitnesse.wiki.fs.SimpleFileVersionsController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.