net.csdn.common.settings
Class ImmutableSettings.YamlSettingsLoader

java.lang.Object
  extended by net.csdn.common.settings.ImmutableSettings.YamlSettingsLoader
Enclosing class:
ImmutableSettings

public static class ImmutableSettings.YamlSettingsLoader
extends Object


Constructor Summary
ImmutableSettings.YamlSettingsLoader()
           
 
Method Summary
static Map<String,String> load(byte[] source)
           
static Map<String,String> load(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableSettings.YamlSettingsLoader

public ImmutableSettings.YamlSettingsLoader()
Method Detail

load

public static Map<String,String> load(String source)
                               throws IOException
Throws:
IOException

load

public static Map<String,String> load(byte[] source)
                               throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.