Class WithPathOptions


  • public class WithPathOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean forcedPath  
      java.lang.String path  
    • Constructor Summary

      Constructors 
      Constructor Description
      WithPathOptions​(java.lang.String path, boolean forcedPath)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • path

        public final java.lang.String path
      • forcedPath

        public final boolean forcedPath
    • Constructor Detail

      • WithPathOptions

        public WithPathOptions​(java.lang.String path,
                               boolean forcedPath)