org.sonar.api.batch.fs.internal
Interface FileIndex

All Known Implementing Classes:
RelativePathIndex

public interface FileIndex


Field Summary
static List<FileIndex> ALL
           
 
Method Summary
 String id()
           
 Object valueOf(InputFile f)
           
 

Field Detail

ALL

static final List<FileIndex> ALL
Method Detail

valueOf

@CheckForNull
Object valueOf(InputFile f)

id

String id()


Copyright © 2009-2014 SonarSource. All Rights Reserved.