Class FrameworkFile


  • public class FrameworkFile
    extends Object
    The FrameworkFile class stores the data required for copying a framework file.
    • Constructor Detail

      • FrameworkFile

        public FrameworkFile​(URL inputURL,
                             String path)
        Constructs a new FrameworkFile object.
        Parameters:
        url - the source URL, e.g., URL("img/favicon.png")
        path - the destination path, e.g., "img"
      • FrameworkFile

        public FrameworkFile​(File inputFile,
                             String path)
        Constructs a new FrameworkFile object.
        Parameters:
        url - the source URL, e.g., URL("img/favicon.png")
        path - the destination path, e.g., "img"
    • Method Detail

      • getInputFile

        public File getInputFile()
        Gets the source URL.
        Returns:
        the source URL
      • getInputUrl

        public URL getInputUrl()
        Gets the source URL.
        Returns:
        the source URL
      • getPath

        public String getPath()
        Gets the destination path.
        Returns:
        the destination path