Class QualifiedPath


  • public final class QualifiedPath
    extends Object
    Represents a global file identifier (alike URL). This is a correct way to store path to a file when the file under subject may be in more than one filesystem. E.g. model root's paths might be in local FS or JRT FS, so correct way to store such a path in module file is QualifiedPath. Having a QualifiedPath in hands, one can obtain a file using VFSManager.getFile(jetbrains.mps.vfs.QualifiedPath)

    The QualifiedPath has two fields. FS identifies the filesystem to obtain path from, path is a