/[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.2 by joko, Sun Jan 19 02:14:11 2003 UTC
# Line 2  Line 2 
2  ##    $Id$  ##    $Id$
3  ##    --------------------------------------------------------------------------------  ##    --------------------------------------------------------------------------------
4  ##    $Log$  ##    $Log$
5    ##    Revision 1.2  2003/01/19 02:14:11  joko
6    ##    + proposal for more abstract filesystem-query-interface
7    ##
8  ##    Revision 1.1  2002/12/03 15:52:53  joko  ##    Revision 1.1  2002/12/03 15:52:53  joko
9  ##    + initial check-in  ##    + initial check-in
10  ##  ##
# Line 52  sub getFileByName { Line 55  sub getFileByName {
55    return $self->{locator}->{files}->{$name};    return $self->{locator}->{files}->{$name};
56  }  }
57    
58    sub sendQuery {
59      # transform query to searchrules
60      # addSearchRule( ... )
61      # addSearchRule( ... )
62      # addSearchRule( ... )
63      # runSearch( ... )
64      # returnSearchResult( ... )
65    }
66    
67    sub addSearchRule {
68      
69    }
70    
71    sub runSearch {
72      
73    }
74    
75  1;  1;

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

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