org.sonar.api.scan.filesystem
Class PathResolver.RelativePath

java.lang.Object
  extended by org.sonar.api.scan.filesystem.PathResolver.RelativePath
Enclosing class:
PathResolver

public static final class PathResolver.RelativePath
extends Object


Constructor Summary
PathResolver.RelativePath(File dir, String path)
           
 
Method Summary
 File dir()
           
 String path()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathResolver.RelativePath

public PathResolver.RelativePath(File dir,
                                 String path)
Method Detail

dir

public File dir()

path

public String path()


Copyright © 2009–2014 SonarSource. All rights reserved.