public class YamlMessagesLoader extends MessagesLoader
Constructor and Description |
---|
YamlMessagesLoader() |
Modifier and Type | Method and Description |
---|---|
String[] |
getExtensions()
File extensions (without the dot) accepted
by this loader.
|
Map<?,?> |
loadRaw(Reader reader)
Parse the reader as a Map of <key, message>.
|
load, parse
public YamlMessagesLoader()
public String[] getExtensions()
MessagesLoader
getExtensions
in class MessagesLoader
public Map<?,?> loadRaw(Reader reader)
MessagesLoader
loadRaw
in class MessagesLoader
Copyright © 2012. All Rights Reserved.