Class InstallFileList


  • public class InstallFileList
    extends Install
    An abstraction to access a directory structure to be deployed along with the application via the class loader. Initially a file containing a list of filenames is searched. All files referenced in the list are created in a common directory.
    • Constructor Detail

      • InstallFileList

        public InstallFileList​(java.lang.String path,
                               java.lang.String name,
                               boolean platformDependent)
    • Method Detail

      • loadEntry

        protected void loadEntry​(java.io.File parent,
                                 java.lang.String name)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • loadList

        protected void loadList​(java.io.File parent,
                                java.io.InputStream is)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • loadURL

        protected java.io.File loadURL​(java.net.URL url)
                                throws java.io.IOException
        Specified by:
        loadURL in class Install
        Throws:
        java.io.IOException