Uses of Interface
org.eclipse.serializer.afs.types.ARoot
-
Packages that use ARoot Package Description org.eclipse.serializer.afs.types -
-
Uses of ARoot in org.eclipse.serializer.afs.types
Classes in org.eclipse.serializer.afs.types that implement ARoot Modifier and Type Class Description static classARoot.DefaultMethods in org.eclipse.serializer.afs.types that return ARoot Modifier and Type Method Description ARootAFileSystem.Abstract. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)default ARootARoot.Creator. createRootDirectory(AFileSystem fileSystem, String identifier)ARootARoot.Creator. createRootDirectory(AFileSystem fileSystem, String protocol, String identifier)static ARootARoot. New(AFileSystem fileSystem, String protocol, String identifier)Creates a new root directory Note:identifiercan be "" since local file paths might start with a "/".
-