LangDirExport

public class LangDirExport implements IExportConfig

Language-specific directory export.

Fields

directory

public final String directory

Directory which is exported, relative to the location of the language component that exports sources.

excludes

public final Iterable<String> excludes

Exclude patterns, following the Ant pattern syntax.

See also: Ant patterns

includes

public final Iterable<String> includes

Include patterns, following the Ant pattern syntax.

See also: Ant patterns

language

public final String language

Name of the language for which source files are exported.

Constructors

LangDirExport

public LangDirExport(String languageName, String directory, Iterable<String> includes, Iterable<String> excludes)

Methods

accept

public void accept(IExportVisitor visitor)

toString

public String toString()