org.sonar.batch.index
Class ResourceCache

java.lang.Object
  extended by org.sonar.batch.index.ResourceCache
All Implemented Interfaces:
BatchComponent

public class ResourceCache
extends Object
implements BatchComponent

Since:
3.6

Constructor Summary
ResourceCache()
           
 
Method Summary
 ResourceCache add(Resource resource)
           
 Resource get(String componentKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCache

public ResourceCache()
Method Detail

get

public Resource get(String componentKey)

add

public ResourceCache add(Resource resource)


Copyright © 2009–2015 SonarSource. All rights reserved.