Class TargetRoot


  • public class TargetRoot
    extends Object
    This class helps determining the target directory from any class file. In same tests it is required to directly access the target directory, however determining it is tedious. Therefore this class helps determining it.
    Author:
    mvrueden
    • Constructor Detail

      • TargetRoot

        public TargetRoot()
      • TargetRoot

        public TargetRoot​(Class clazz)
    • Method Detail

      • getPath

        public Path getPath()
      • getPath

        public Path getPath​(String... paths)