hudson.plugins.translation
Class ContributedL10nStore

java.lang.Object
  extended by hudson.plugins.translation.ContributedL10nStore

public class ContributedL10nStore
extends Object

Handles the persistence of the contributed localization.

Author:
Kohsuke Kawaguchi

Constructor Summary
ContributedL10nStore()
           
 
Method Summary
 void loadTo(String locale, String baseName, Properties props)
           
 void save(String locale, String baseName, Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContributedL10nStore

public ContributedL10nStore()
Method Detail

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.