org.kuali.common.util
Class EC2Instances

java.lang.Object
  extended by org.kuali.common.util.EC2Instances

public class EC2Instances
extends Object


Constructor Summary
EC2Instances()
           
 
Method Summary
protected static int getEndIndex(List<String> lines, int index)
           
protected static Instance getInstance(List<String> lines, int index)
           
protected static Map<String,Double> getMonthlyServerCosts()
           
protected static Map<String,String> getTags(List<String> lines, int start, int end)
           
 void parseTextFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC2Instances

public EC2Instances()
Method Detail

getMonthlyServerCosts

protected static Map<String,Double> getMonthlyServerCosts()

parseTextFile

public void parseTextFile()

getInstance

protected static Instance getInstance(List<String> lines,
                                      int index)

getTags

protected static Map<String,String> getTags(List<String> lines,
                                            int start,
                                            int end)

getEndIndex

protected static int getEndIndex(List<String> lines,
                                 int index)


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.