Class FSCommand


  • public class FSCommand
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FSCommand()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean move​(java.nio.file.Path from, java.nio.file.Path to)  
      static java.nio.file.Path resolveToPath​(java.nio.file.Path rootDir, java.util.Optional<java.lang.String> dottedPackages, java.util.Optional<java.lang.String> fileName)  
      • Methods inherited from class java.lang.Object

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

      • FSCommand

        public FSCommand()
    • Method Detail

      • move

        public static boolean move​(java.nio.file.Path from,
                                   java.nio.file.Path to)
      • resolveToPath

        public static java.nio.file.Path resolveToPath​(java.nio.file.Path rootDir,
                                                       java.util.Optional<java.lang.String> dottedPackages,
                                                       java.util.Optional<java.lang.String> fileName)