com.intel.cosbench.config.common
Class INIConfigParser

java.lang.Object
  extended by com.intel.cosbench.config.common.INIConfigParser

public class INIConfigParser
extends java.lang.Object

The parser for INI format configuration.

Author:
ywang19

Constructor Summary
INIConfigParser()
           
 
Method Summary
static Config getEmptyConfig()
           
static Config parse(java.io.File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INIConfigParser

public INIConfigParser()
Method Detail

parse

public static Config parse(java.io.File file)

getEmptyConfig

public static Config getEmptyConfig()