org.sonar.batch
Class DefaultFileLinesContextFactory

java.lang.Object
  extended by org.sonar.batch.DefaultFileLinesContextFactory
All Implemented Interfaces:
BatchComponent, FileLinesContextFactory

public class DefaultFileLinesContextFactory
extends Object
implements FileLinesContextFactory


Constructor Summary
DefaultFileLinesContextFactory(SonarIndex index)
           
 
Method Summary
 FileLinesContext createFor(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileLinesContextFactory

public DefaultFileLinesContextFactory(SonarIndex index)
Method Detail

createFor

public FileLinesContext createFor(Resource resource)
Specified by:
createFor in interface FileLinesContextFactory


Copyright © 2009-2012 SonarSource. All Rights Reserved.