PTLog API - 1.0

jp.ne.dti.lares.foozy.ptlog
Interface TypeConverterFactory

All Known Implementing Classes:
ClassbaseTypeConverterFactory

public interface TypeConverterFactory

Abstraction to create converter from configuration.


Method Summary
 TypeConverter create(java.lang.String parameter)
          Create convert from specified parameter.
 

Method Detail

create

public TypeConverter create(java.lang.String parameter)
Create convert from specified parameter.

parameter is ensured to be not null, but may be empty.

Parameters:
parameter - string from configuration file.

PTLog API - 1.0