Daniel Pfeiffer > makepp-1.50.081214 > ActionParser::Specific

Download:
makepp-1.50.081214.tgz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

ActionParser::Specific - Makepp scanner class for a specified command scanner

SYNOPSIS ^

        use ActionParser::Specific;
        my $scanner=ActionParser::Specific->new("CommandParser::Vcs");

DESCRIPTION ^

ActionParser::Specific is a class of type ActionParser that always chooses the specified command parser.

METHODS ^

new

        my $rp = ActionParser::Specific->new($command_parser_class_name);

Returns a new ActionParser object that always uses a default-constructed object of class $command_parser_class_name as its command parser.

find_command_parser

        my $cp = $rp->find_command_parser($command, $rule, $dir, \$found);

Construct the predefined CommandParser class object with $rule and $dir.