eu.lindenbaum.maven.util
Interface ErlConstants


public interface ErlConstants

Defines Erlang related constants.

Author:
Olivier Sambourg, Paul Guyot, Tobias Schlager

Field Summary
static String APP_SUFFIX
          Suffix for application resource files.
static String APPUP_SUFFIX
          Suffix for application upgrade files.
static String BEAM_SUFFIX
          Suffix for erlang binary files.
static String BIN_SUFFIX
          Suffix for MIB binary files.
static String COVERDATA_BIN
          Name of the coverdata binary (coverdata) file.
static String DIALYZER_OK
          Name of the dialyzer ok file.
static String ERL
          Name of the erlang interpreter binary.
static String ERL_SUFFIX
          Suffix for erlang source files.
static String HRL_SUFFIX
          Suffix for erlang header files.
static String MIB_SUFFIX
          Suffix for MIB source files.
static String OVERVIEW_EDOC
          Name of the edoc application overview file.
static String REL_SUFFIX
          Suffix for rel files.
static String RELUP
          Name of the release upgrade file.
static String SRC_SUFFIX
          Suffix for src files, like erl.src, start.src, etc.
static String SYS_CONFIG
          Name of the system configuration file.
static String TARGZ_SUFFIX
          Suffix for tar gzipped files.
 

Field Detail

ERL

static final String ERL
Name of the erlang interpreter binary.

See Also:
Constant Field Values

ERL_SUFFIX

static final String ERL_SUFFIX
Suffix for erlang source files.

See Also:
Constant Field Values

HRL_SUFFIX

static final String HRL_SUFFIX
Suffix for erlang header files.

See Also:
Constant Field Values

APP_SUFFIX

static final String APP_SUFFIX
Suffix for application resource files.

See Also:
Constant Field Values

APPUP_SUFFIX

static final String APPUP_SUFFIX
Suffix for application upgrade files.

See Also:
Constant Field Values

BEAM_SUFFIX

static final String BEAM_SUFFIX
Suffix for erlang binary files.

See Also:
Constant Field Values

REL_SUFFIX

static final String REL_SUFFIX
Suffix for rel files.

See Also:
Constant Field Values

SRC_SUFFIX

static final String SRC_SUFFIX
Suffix for src files, like erl.src, start.src, etc.

See Also:
Constant Field Values

MIB_SUFFIX

static final String MIB_SUFFIX
Suffix for MIB source files.

See Also:
Constant Field Values

BIN_SUFFIX

static final String BIN_SUFFIX
Suffix for MIB binary files.

See Also:
Constant Field Values

TARGZ_SUFFIX

static final String TARGZ_SUFFIX
Suffix for tar gzipped files.

See Also:
Constant Field Values

OVERVIEW_EDOC

static final String OVERVIEW_EDOC
Name of the edoc application overview file.

See Also:
Constant Field Values

SYS_CONFIG

static final String SYS_CONFIG
Name of the system configuration file.

See Also:
Constant Field Values

RELUP

static final String RELUP
Name of the release upgrade file.

See Also:
Constant Field Values

COVERDATA_BIN

static final String COVERDATA_BIN
Name of the coverdata binary (coverdata) file.

See Also:
Constant Field Values

DIALYZER_OK

static final String DIALYZER_OK
Name of the dialyzer ok file.

See Also:
Constant Field Values


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.