com.github.dreamhead.moco.parser
Class GlobalSettingParser

java.lang.Object
  extended by com.github.dreamhead.moco.parser.GlobalSettingParser

public class GlobalSettingParser
extends java.lang.Object


Constructor Summary
GlobalSettingParser()
           
 
Method Summary
 com.google.common.collect.ImmutableList<GlobalSetting> parse(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalSettingParser

public GlobalSettingParser()
Method Detail

parse

public com.google.common.collect.ImmutableList<GlobalSetting> parse(java.io.InputStream is)