ResourceExport

public class ResourceExport implements IExportConfig

Generic resource 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

Constructors

ResourceExport

public ResourceExport(String directory, Iterable<String> includes, Iterable<String> excludes)

Methods

accept

public void accept(IExportVisitor visitor)

toString

public String toString()