Class LocalFileName

java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileName
org.apache.commons.vfs2.provider.local.LocalFileName
All Implemented Interfaces:
Comparable<FileName>, FileName
Direct Known Subclasses:
WindowsFileName

public class LocalFileName extends AbstractFileName
A local file URI.
  • Constructor Details

    • LocalFileName

      protected LocalFileName(String scheme, String rootFile, String path, FileType type)
      Constructs a new instance.
      Parameters:
      scheme - the scheme.
      rootFile - the root file.
      path - the absolute path, maybe empty or null.
      type - the file type.
  • Method Details