Class JarResourceCopier


  • public abstract class JarResourceCopier
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.io.File> copy​(java.lang.String resourceDir, java.lang.String destinationDir)  
      abstract java.util.List<java.lang.String> findRelativePathFileList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JarResourceCopier

        public JarResourceCopier()
    • Method Detail

      • copy

        public java.util.List<java.io.File> copy​(java.lang.String resourceDir,
                                                 java.lang.String destinationDir)
                                          throws java.io.IOException,
                                                 java.net.URISyntaxException
        Throws:
        java.io.IOException
        java.net.URISyntaxException
      • findRelativePathFileList

        public abstract java.util.List<java.lang.String> findRelativePathFileList()