org.sonar.batch.index
Class SourcePersister
java.lang.Object
org.sonar.batch.index.SourcePersister
public final class SourcePersister
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourcePersister
public SourcePersister(ResourcePersister resourcePersister,
SnapshotSourceDao sourceDao)
saveSource
public void saveSource(Resource resource,
String source)
getSource
@CheckForNull
public String getSource(Resource resource)
clear
public void clear()
Copyright © 2009–2015 SonarSource. All rights reserved.