Class InternalWriteCache
java.lang.Object
org.sonar.java.checks.verifier.internal.InternalWriteCache
- All Implemented Interfaces:
org.sonar.api.batch.sensor.cache.WriteCache
public class InternalWriteCache
extends Object
implements org.sonar.api.batch.sensor.cache.WriteCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(org.sonar.api.batch.sensor.cache.ReadCache readCache) voidcopyFromPrevious(String key) getData()voidvoidwrite(String key, InputStream data)
-
Constructor Details
-
InternalWriteCache
public InternalWriteCache()
-
-
Method Details
-
bind
-
getData
-
write
- Specified by:
writein interfaceorg.sonar.api.batch.sensor.cache.WriteCache
-
write
- Specified by:
writein interfaceorg.sonar.api.batch.sensor.cache.WriteCache
-
copyFromPrevious
- Specified by:
copyFromPreviousin interfaceorg.sonar.api.batch.sensor.cache.WriteCache
-