Interface LinkedDomainFile

All Superinterfaces:
Comparable<DomainFile>, DomainFile

public interface LinkedDomainFile extends DomainFile
LinkedDomainFile corresponds to a DomainFile contained within a LinkedDomainFolder.
  • Method Details

    • getLinkedPathname

      String getLinkedPathname()
      Get the project file pathname relative to the linked-folder root. NOTE: It may be a link-file path.
      Returns:
      project pathname
    • getRealFile

      DomainFile getRealFile() throws IOException
      Get the real domain file which corresponds to this file contained within a linked-folder.
      Returns:
      domain file
      Throws:
      IOException - if IO error occurs or file not found