Interface LinkedDomainFile

All Superinterfaces:
Comparable<DomainFile>, DomainFile

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

    • getLinkedFile

      DomainFile getLinkedFile() 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