hudson.plugins.translation
Class ContributedL10nStore
java.lang.Object
hudson.plugins.translation.ContributedL10nStore
public class ContributedL10nStore
- extends Object
Handles the persistence of the contributed localization.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContributedL10nStore
public ContributedL10nStore()
loadTo
public void loadTo(String locale,
String baseName,
Properties props)
save
public void save(String locale,
String baseName,
Properties props)
throws IOException
- Throws:
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.