net.sf.doolin.template
Interface TemplateMessages


public interface TemplateMessages

Message codes for the Template Extension.

Author:
Damien Coraboeuf

Field Summary
static String CANNOT_CREATE_TEMPLATE
          Cannot create template from \"{1}\" for \"{0}\" engine.
static String CANNOT_FIND_ENGINE
          No template engine can be found for name {0}.
static String CANNOT_GENERATE_TEMPLATE
          Cannot generate template:\n{0}
static String CANNOT_INITIALIZE_ENGINE
          Cannot initialize "{0}" engine.
 

Field Detail

CANNOT_FIND_ENGINE

static final String CANNOT_FIND_ENGINE
No template engine can be found for name {0}.

See Also:
Constant Field Values

CANNOT_GENERATE_TEMPLATE

static final String CANNOT_GENERATE_TEMPLATE
Cannot generate template:\n{0}

See Also:
Constant Field Values

CANNOT_INITIALIZE_ENGINE

static final String CANNOT_INITIALIZE_ENGINE
Cannot initialize "{0}" engine.\n{1}

See Also:
Constant Field Values

CANNOT_CREATE_TEMPLATE

static final String CANNOT_CREATE_TEMPLATE
Cannot create template from \"{1}\" for \"{0}\" engine.\n{2}

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.