org.sonar.api.batch.fs.internal
Class RelativePathIndex

java.lang.Object
  extended by org.sonar.api.batch.fs.internal.RelativePathIndex
All Implemented Interfaces:
FileIndex

public class RelativePathIndex
extends Object
implements FileIndex

Since:
4.2

Field Summary
static String ID
           
 
Fields inherited from interface org.sonar.api.batch.fs.internal.FileIndex
ALL
 
Constructor Summary
RelativePathIndex()
           
 
Method Summary
 String id()
           
 Object valueOf(InputFile f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

RelativePathIndex

public RelativePathIndex()
Method Detail

valueOf

public Object valueOf(InputFile f)
Specified by:
valueOf in interface FileIndex

id

public String id()
Specified by:
id in interface FileIndex


Copyright © 2009-2014 SonarSource. All Rights Reserved.