Class Paths

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  Paths.PathSource  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean dot  
      private boolean empty  
      private java.util.List<java.lang.String> envVars  
      private java.util.List<java.lang.String> paths  
      private java.util.List<java.lang.String> sysProps  
    • Constructor Summary

      Constructors 
      Constructor Description
      Paths()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void test()  
      • Methods inherited from class java.lang.Object

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

      • envVars

        @Option(name="--env",
                description="Specifies an environment variable whose value should be read and tested as a path")
        private java.util.List<java.lang.String> envVars
      • sysProps

        @Option(name="--sys",
                description="Specifies a JVM system property whose variable should be read and tested as a path")
        private java.util.List<java.lang.String> sysProps
      • empty

        @Option(name="--empty",
                description="Specifies that the empty path should be tested")
        private boolean empty
      • dot

        @Option(name="--dot",
                description="Specifies that the \'.\' path should be tested")
        private boolean dot
    • Constructor Detail

      • Paths

        public Paths()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • test

        public void test()