org.sonar.api.batch.sensor.internal
Class DefaultStorable

java.lang.Object
  extended by org.sonar.api.batch.sensor.internal.DefaultStorable
Direct Known Subclasses:
DefaultDependency, DefaultIssue, DefaultMeasure, DefaultTestCaseCoverage, DefaultTestCaseExecution

public abstract class DefaultStorable
extends Object


Field Summary
protected  SensorStorage storage
           
 
Constructor Summary
DefaultStorable()
           
DefaultStorable(SensorStorage storage)
           
 
Method Summary
protected abstract  void doSave()
           
 void save()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

storage

protected final transient SensorStorage storage
Constructor Detail

DefaultStorable

public DefaultStorable()

DefaultStorable

public DefaultStorable(@Nullable
                       SensorStorage storage)
Method Detail

save

public final void save()

doSave

protected abstract void doSave()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.