Class PathResolver.RelativePath

  • Enclosing class:
    PathResolver

    @Deprecated
    public static final class PathResolver.RelativePath
    extends java.lang.Object
    Deprecated.
    since 6.0 was used when component keys were relative to source dirs
    • Constructor Summary

      Constructors 
      Constructor Description
      RelativePath​(java.io.File dir, java.lang.String path)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.io.File dir()
      Deprecated.
       
      java.lang.String path()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • RelativePath

        public RelativePath​(java.io.File dir,
                            java.lang.String path)
        Deprecated.
    • Method Detail

      • dir

        public java.io.File dir()
        Deprecated.
      • path

        public java.lang.String path()
        Deprecated.