net.sf.mmm.util.nls.base
Interface NlsDependencies

All Known Implementing Classes:
NlsDependenciesImpl

public interface NlsDependencies

This interface bundles the dependencies for the native language support (NLS). It contains the required components.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 NlsArgumentFormatter getArgumentFormatter()
          This method gets the NlsArgumentFormatter.
 NlsArgumentParser getArgumentParser()
          This method gets the NlsArgumentParser.
 Iso8601Util getIso8601Util()
          This method gets the Iso8601Util.
 NlsMessageFormatterFactory getMessageFormatterFactory()
          This method gets the NlsMessageFormatterFactory.
 

Method Detail

getArgumentParser

NlsArgumentParser getArgumentParser()
This method gets the NlsArgumentParser.

Returns:
the NlsArgumentParser.

getArgumentFormatter

NlsArgumentFormatter getArgumentFormatter()
This method gets the NlsArgumentFormatter.

Returns:
the NlsArgumentFormatter.

getMessageFormatterFactory

NlsMessageFormatterFactory getMessageFormatterFactory()
This method gets the NlsMessageFormatterFactory.

Returns:
the NlsMessageFormatterFactory.

getIso8601Util

Iso8601Util getIso8601Util()
This method gets the Iso8601Util.

Returns:
the Iso8601Util.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.