Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 400 Bytes

fs-sta

A basic File System abstraction

This project provides a basic file system abstraction used across our projects.

You will have to implement the following classes:

  • IFile
  • IDirectory
  • IFileSystem
  • IFileSystemFactory

Maven dependency:

<dependency>
    <groupId>uk.ac.standrews.cs</groupId>
    <artifactId>fs-sta</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>