Class AttachJarsTask

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowDelete()  
      java.util.List<java.lang.String> getExclusions()  
      java.util.List<java.nio.file.Path> getJars()  
      java.lang.String getName()  
      java.nio.file.Path process​(java.nio.file.Path inputFile)  
      • Methods inherited from class java.lang.Object

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

      • AttachJarsTask

        public AttachJarsTask​(LaunchServer srv)
    • Method Detail

      • process

        public java.nio.file.Path process​(java.nio.file.Path inputFile)
                                   throws java.io.IOException
        Specified by:
        process in interface LauncherBuildTask
        Throws:
        java.io.IOException
      • getJars

        public java.util.List<java.nio.file.Path> getJars()
      • getExclusions

        public java.util.List<java.lang.String> getExclusions()