Interface CostReportConsumer
-
- All Known Implementing Classes:
CostReportConsumerMock
public interface CostReportConsumer- Author:
- ldalves
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(java.lang.String csv)java.util.Map<Property,ResourceAllocation>fixedAllocations()
-
-
-
Method Detail
-
consume
void consume(java.lang.String csv)
-
fixedAllocations
java.util.Map<Property,ResourceAllocation> fixedAllocations()
-
-