Changes between Initial Version and Version 1 of ArchiveExtractor


Ignore:
Timestamp:
10/12/05 16:17:21 (18 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArchiveExtractor

    v1 v1  
     1= ArchiveExtractor = 
     2 
     3== Java Interface == 
     4 
     5{{{ 
     6#!java 
     7/** 
     8 *  
     9 * ArchiveExtractors are used to extract information from archives. 
     10 *  
     11 */ 
     12public interface ArchiveExtractor { 
     13} 
     14 
     15 
     16}}}