Class GeneralSymlinkCreator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createSymbolicLink​(java.nio.file.Path symlink, java.nio.file.Path target)  
      • Methods inherited from class java.lang.Object

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

      • GeneralSymlinkCreator

        public GeneralSymlinkCreator()
    • Method Detail

      • createSymbolicLink

        public void createSymbolicLink​(java.nio.file.Path symlink,
                                       java.nio.file.Path target)
                                throws java.io.IOException
        Specified by:
        createSymbolicLink in interface SymlinkCreator
        Throws:
        java.io.IOException