Class DefaultNamingConventionFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NamingConvention create​(java.lang.String cfgPrefix, java.util.Map<java.lang.String,​java.lang.Object> cfg, java.time.Duration rollTimePeriod, java.lang.String prefix, java.lang.String suffix)
      Create NamingConvention that is used with FileFormat.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultNamingConventionFactory

        public DefaultNamingConventionFactory()
    • Method Detail

      • create

        public NamingConvention create​(java.lang.String cfgPrefix,
                                       java.util.Map<java.lang.String,​java.lang.Object> cfg,
                                       java.time.Duration rollTimePeriod,
                                       java.lang.String prefix,
                                       java.lang.String suffix)
        Description copied from interface: NamingConventionFactory
        Create NamingConvention that is used with FileFormat.
        Specified by:
        create in interface NamingConventionFactory
        Parameters:
        cfgPrefix - configuration prefix
        cfg - configuration
        rollTimePeriod - time rolling interval
        prefix - prefix of all names generated
        suffix - suffix of filenames
        Returns:
        naming convention with given settings