Interface ARoot

All Superinterfaces:
ADirectory, AItem, AResolving
All Known Implementing Classes:
ARoot.Default

public interface ARoot
extends ADirectory
  • Method Details

    • protocol

      String protocol()
      E.g. https:// file://
    • New

      static ARoot New​(AFileSystem fileSystem, String protocol, String identifier)
      Note: identifier can be "" since local file paths might start with a "/".
      Parameters:
      fileSystem -
      protocol -
      identifier -
      Returns: