|
Algorithm::Diff3::DiffHeckel - Factory for packages |
Algorithm::Diff3::DiffHeckel - Factory for packages
use Algorithm::Diff3;
my $f = Algorithm::Diff3::Factory->new;
my $p = $f->create_diff3;
my $mytext = $f->create_text([ map{chomp;$_} <F0> ]);
This is the factory for the Algorithm::Diff3 module. It provides you to make data and processing instanses, such as text, diff3, and diff. If you needs to use some data or processor class, you replace this as your like.
Return a factory instanse. In current, the factory does not create instanse but returns class itself.
Create a text buffer object from parameters.
Create a diff3 processor. No parameters.
Create a two way diff processor. No parameters.
Create a diff3 sets instanse (internally used).
Create a diff3 range container (internally used).
Create a diff3 range container but it has null values (internally used).
Create a diff sets instanse (internally used).
Create a two way diff range container (internally used).
MIZUTANI Tociyuki <tociyuki@gmail.com>
Copyright (C) 2005 MIZUTANI Tociyuki
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
|
Algorithm::Diff3::DiffHeckel - Factory for packages |