/[cvs]/nfo/perl/libs/Data/Storage/Handler/Files.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/Files.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Tue Dec 3 15:52:53 2002 UTC revision 1.3 by joko, Sun Jan 19 03:15:43 2003 UTC
# Line 1  Line 1 
1  ##    --------------------------------------------------------------------------------  ##    ------------------------------------------------------------------------
2  ##    $Id$  ##    $Id$
3  ##    --------------------------------------------------------------------------------  ##    ------------------------------------------------------------------------
4  ##    $Log$  ##    $Log$
5    ##    Revision 1.3  2003/01/19 03:15:43  joko
6    ##    + modified header
7    ##
8    ##    Revision 1.2  2003/01/19 02:14:11  joko
9    ##    + proposal for more abstract filesystem-query-interface
10    ##
11  ##    Revision 1.1  2002/12/03 15:52:53  joko  ##    Revision 1.1  2002/12/03 15:52:53  joko
12  ##    + initial check-in  ##    + initial check-in
13  ##  ##    ------------------------------------------------------------------------
 ##    --------------------------------------------------------------------------------  
14    
15    
16  package Data::Storage::Handler::Files;  package Data::Storage::Handler::Files;
# Line 52  sub getFileByName { Line 57  sub getFileByName {
57    return $self->{locator}->{files}->{$name};    return $self->{locator}->{files}->{$name};
58  }  }
59    
60    sub sendQuery {
61      # transform query to searchrules
62      # addSearchRule( ... )
63      # addSearchRule( ... )
64      # addSearchRule( ... )
65      # runSearch( ... )
66      # returnSearchResult( ... )
67    }
68    
69    sub addSearchRule {
70      
71    }
72    
73    sub runSearch {
74      
75    }
76    
77  1;  1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed