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

org.zodiac.template.base.constants.TemplateConstants Maven / Gradle / Ivy

The newest version!
package org.zodiac.template.base.constants;

import java.nio.charset.Charset;

import org.zodiac.sdk.toolkit.constants.CharsetConstants;

public interface TemplateConstants {

    String DEFAULT_DEFAULT_EXTENSION = ".tpl";
    Charset DEFAULT_ENCODING = CharsetConstants.UTF_8;
    String DEFAULT_ENCODING_NAME = CharsetConstants.UTF_8_NAME;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy