org.sonar.api.measures
Interface FileLinesContextFactory

All Superinterfaces:
BatchComponent

public interface FileLinesContextFactory
extends BatchComponent

This interface is not intended to be implemented by clients.

Since:
2.14

Method Summary
 FileLinesContext createFor(InputFile inputFile)
           
 FileLinesContext createFor(Resource resource)
          Deprecated. since 4.4 use createFor(InputFile)
 

Method Detail

createFor

@Deprecated
FileLinesContext createFor(Resource resource)
Deprecated. since 4.4 use createFor(InputFile)


createFor

FileLinesContext createFor(InputFile inputFile)
Since:
4.2


Copyright © 2009–2016 SonarSource. All rights reserved.