Giter VIP home page Giter VIP logo

lemonolap-wrapperolap's Introduction

Lemonolap-Wrapperolap version 0.01
=============================
NAME
    Lemonolap::Wrapperolap - Perl extension for Lemonolap framework



INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

SYNOPSIS
    use Lemonolap::Wrapperolap my $wrapper = Lemonolap::Wrapperolap->new
    (config => "myxml.xml" ); foreach ('format','filter') {
    $wrapper->set_phase($_); my $file = $wrapper->get_file_in; my $handler=
    $wrapper->get_handler; my $sortie =$wrapper->get_file_out; eval "use
    $handler;"; my $hook= $handler->new(); $hook->set_output($sortie);
    $hook->apply(infile =>$file, outfile =>$sortie, header =>'1' ) ; }

    __END__

     or  easier : 

    use Lemonolap::Wrapperolap; my $wrapper = Lemonolap::Wrapperolap->new
    (config => "myxml.xml", workflow => ['format','filter'] ); $wrapper->run
    (header =>1 );

    __END__

      and myxml.xml is like this 

      <lemonolap>
            <format id="format1"
                    file_in="extract.log"
                    handler="Lemonolap::Log4lemon"
                    file_out="phase1.log" 
                    />
            <filter id="filter1" 
                    file_in="phase1.log"
                    file_out="phase2.log" 
                    handler="Lemonolap::Filter4lemon"
                   />       
      </lemonldap>  

DESCRIPTION
    This module is a logs wrapper . It reads lemonldap logs and applies
    somes mofications

Methods
  new->(config => /path_file_xml) ;
     Path of XML  file . This file MUST exits . 

  set_phase ('name_of_phase') ;
     set phase , this operation MUST be done BEFORE all other methods (except new)   
 
  get_file () ;
     return the file read from xml config   

  get_handler ();
     return  a string with module name  

  get_config;
     return a reference of hash config 

  run (config => my_xml_config,
            workflow =>[phase,..]         )
    Process all phase scheduled in workflow

SEE ALSO
    Lemonldap http://lemonldap.sourceforge.net/

    Lemonolap http://lemonolap.sourceforge.net/

    Lemonolap::Log4lemon

    Lemonolap::Filter4lemon

COPYRIGHT AND LICENSE
     Copyright (C) 2004 by Eric German , E<lt>[email protected]<gt>

     Lemonldap originaly written by Eric german who decided to publish him in 2003
     under the terms of the GNU General Public License version 2.

     This package is under the GNU General Public License, Version 2.
     The primary copyright holder is Eric German.
     Portions are copyrighted under the same license as Perl itself.

     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; version 2 dated June, 1991.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.

     A copy of the GNU General Public License is available in the source tree;
     if not, write to the Free Software Foundation, Inc.,
     59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.




lemonolap-wrapperolap's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.