Embedix::DB::FileSystem - FileSystem back-end for Embedix::DB


Embedix-DB documentation Contained in the Embedix-DB distribution.

Index


Code Index:

NAME

Top

Embedix::DB::FileSystem - FileSystem back-end for Embedix::DB

SYNOPSIS

Top

instantiation

    $edb = Embedix::DB::FileSystem->new()

other examples

    ...

REQUIRES

Top

Embedix::FileSystem

DESCRIPTION

Top

a brief summary of the module written with users in mind.

METHODS

Top

methods

CLASS VARIABLES

Top

cvars

DIAGNOSTICS

Top

error messages

COPYRIGHT

Top

AUTHOR

Top

John BEPPU <beppu@lineo.com>

SEE ALSO

Top

the latest version

Embedix-DB documentation Contained in the Embedix-DB distribution.

package Embedix::DB::FileSystem;

use strict;

#_______________________________________
sub new {

}

#_______________________________________
sub DESTROY {

}

#_______________________________________
sub addDistro {

}

#_______________________________________
sub workOnDistro {

}

#_______________________________________
sub cloneDistro {

}

#_______________________________________
sub updateDistro {

}

#_______________________________________
sub getComponentList {

}

1;

__END__