All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.mmm.util.nls.base.NlsResourceBundleProvider Maven / Gradle / Ivy

/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.nls.base;

import java.util.Collection;

import net.sf.mmm.util.nls.api.NlsBundle;
import net.sf.mmm.util.nls.api.NlsResourceBundle;

/**
 * This interface allows to {@link #getBundles() get} all registered bundles. 
* * @author Joerg Hohwiller (hohwille at users.sourceforge.net) * @since 3.1.0 * @deprecated use {@link NlsBundle} instead of {@link NlsResourceBundle}. */ @Deprecated public interface NlsResourceBundleProvider { /** * This method gets all {@link net.sf.mmm.util.nls.api.NlsTemplateResolver#CLASSPATH_NLS_BUNDLE central * registered} {@link NlsResourceBundle}s. * * @return a collection with the central {@link NlsResourceBundle}s. */ Collection getBundles(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy