org.sonar.api.batch.debt
Interface DebtCharacteristic

All Known Implementing Classes:
DefaultDebtCharacteristic

public interface DebtCharacteristic

Since:
4.3

Method Summary
 boolean isSub()
           
 String key()
           
 String name()
           
 Integer order()
           
 

Method Detail

key

String key()

name

String name()

order

@CheckForNull
Integer order()

isSub

boolean isSub()


Copyright © 2009–2014 SonarSource. All rights reserved.