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 ARTIFACT_TYPE_OTP
          Type of artifacts for applications, i.e.
static String ARTIFACT_TYPE_REL
          Type of artifacts for releases, i.e.
static String BEAM_SUFFIX
          Suffix for erlang binary files.
static String BIN_SUFFIX
          Suffix for mibs binaries
static String COVERDATA_BIN
          Name of the coverdata binary (coverdata) file.
static String DIALYZER
          Name of the dialyzer tool.
static String DIALYZER_OK
          Name of the dialyzer ok file.
static String EBIN_DIRECTORY
          Name of the directory that contains the beam files.
static String ERL
          Name of the erlang interpreter binary.
static String ERL_SUFFIX
          Suffix for erlang source files.
static String ERLC
          Name of the erlang compiler.
static String FUNCS_SUFFIX
          Suffix for funcs (mibs handlers).
static String HRL_SUFFIX
          Suffix for erlang header files.
static String INCLUDE_DIRECTORY
          Name of the directory that contains the include files.
static String MIB_SUFFIX
          Suffix for mibs.
static String MIBS_DIRECTORY
          Name of the directory that contains the beam files.
static String PRIV_DIRECTORY
          Name of the directory that contains the beam files.
static String REL_SUFFIX
          Suffix for rel files.
static String SRC_SUFFIX
          Suffix for source directories containing non-erlang sources.
static String TARGZ_SUFFIX
          Suffix for tar gzipped files.
static String TEST_SUFFIX
          Suffix for eunit tests.
 

Field Detail

ERL

static final String ERL
Name of the erlang interpreter binary.

See Also:
Constant Field Values

ERLC

static final String ERLC
Name of the erlang compiler.

See Also:
Constant Field Values

DIALYZER

static final String DIALYZER
Name of the dialyzer tool.

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

MIB_SUFFIX

static final String MIB_SUFFIX
Suffix for mibs.

See Also:
Constant Field Values

FUNCS_SUFFIX

static final String FUNCS_SUFFIX
Suffix for funcs (mibs handlers).

See Also:
Constant Field Values

BIN_SUFFIX

static final String BIN_SUFFIX
Suffix for mibs binaries

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

TARGZ_SUFFIX

static final String TARGZ_SUFFIX
Suffix for tar gzipped files.

See Also:
Constant Field Values

TEST_SUFFIX

static final String TEST_SUFFIX
Suffix for eunit tests.

See Also:
Constant Field Values

SRC_SUFFIX

static final String SRC_SUFFIX
Suffix for source directories containing non-erlang sources.

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

ARTIFACT_TYPE_OTP

static final String ARTIFACT_TYPE_OTP
Type of artifacts for applications, i.e. zip archive containing an erlang-otp application.

See Also:
Constant Field Values

ARTIFACT_TYPE_REL

static final String ARTIFACT_TYPE_REL
Type of artifacts for releases, i.e. tar gz archive containing an erlang-otp release.

See Also:
Constant Field Values

EBIN_DIRECTORY

static final String EBIN_DIRECTORY
Name of the directory that contains the beam files.

See Also:
Constant Field Values

MIBS_DIRECTORY

static final String MIBS_DIRECTORY
Name of the directory that contains the beam files.

See Also:
Constant Field Values

PRIV_DIRECTORY

static final String PRIV_DIRECTORY
Name of the directory that contains the beam files.

See Also:
Constant Field Values

INCLUDE_DIRECTORY

static final String INCLUDE_DIRECTORY
Name of the directory that contains the include files.

See Also:
Constant Field Values


Copyright © 2010 Lindenbaum GmbH. All Rights Reserved.