Pipeline::Store::Simple

Pipeline::Store::Simple is a simple store module for pipelines.
Download

Pipeline::Store::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • James A. Duncan
  • Publisher web site:
  • http://search.cpan.org/~rclamp/Pipeline-3.12/lib/Pipeline/Store/Simple.pm

Pipeline::Store::Simple Tags


Pipeline::Store::Simple Description

Pipeline::Store::Simple is a simple store module for pipelines. Pipeline::Store::Simple is a simple store module for pipelines.SYNOPSIS use Pipeline::Store::Simple; my $store = Pipeline::Store::Simple->new(); $store->set( $object ); my $object = $store->get( $class );Pipeline::Store::Simple is a simple implementation of a Pipeline store. It stores things as in a hashref indexed by classname. You can add an object to a store by calling the set method with an object, and you can get an object by calling the get method with the classname of the object you wish to retrieve.Pipeline::Store::Simple inherits from the Pipeline::Store class and includes its methods also.METHODSset( OBJECT )The set method puts OBJECT in the store.get( SCALAR )The get method attempts to return an object of the class specified by SCALAR. If an object of that class does not exist in the store it returns undef instead. Requirements: · Perl


Pipeline::Store::Simple Related Software