TreeMatch

One of treemagic rules in treemagic definition. Represents <treematch> element in source XML.

Constructors

this
this(string path, Type type, Options options, string mimeType)

Members

Enums

Options
enum Options
Undocumented in source.
Type
enum Type

Required type of file

Functions

addSubmatch
void addSubmatch(TreeMatch match)
clone
TreeMatch clone()
Undocumented in source. Be warned that the author may not have intended to support it.
executable
bool executable()
executable
bool executable(bool exec)
matchCase
bool matchCase()
matchCase
bool matchCase(bool mcase)
nonEmpty
bool nonEmpty()
nonEmpty
bool nonEmpty(bool notEmpty)
submatches
auto submatches()
submatches
auto submatches()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mimeType
string mimeType;

MIME type name.

options
Options options;

Path options.

path
string path;

Path to match.

type
Type type;

Type of path.

Meta