Package org.eclipse.serializer.afs.types
Interface ARoot.Creator
-
- All Known Subinterfaces:
ACreator
- All Known Implementing Classes:
AFileSystem.Abstract
- Enclosing interface:
- ARoot
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ARoot.Creator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ARootcreateRootDirectory(AFileSystem fileSystem, String identifier)ARootcreateRootDirectory(AFileSystem fileSystem, String protocol, String identifier)default Stringprotocol()
-
-
-
Method Detail
-
createRootDirectory
ARoot createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)
-
createRootDirectory
default ARoot createRootDirectory(AFileSystem fileSystem, String identifier)
-
protocol
default String protocol()
-
-