Changes between Version 14 and Version 15 of ApertureOSGi


Ignore:
Timestamp:
11/15/06 16:44:08 (17 years ago)
Author:
mylka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureOSGi

    v14 v15  
    3333== Bundles == 
    3434 
    35 Core 
    36 {{{ 
    37 accessor.AccessData 
    38 accessor.DataAccessor 
    39 accessor.DataAccesssorFactory 
    40 accessor.DataAccessorRegistry 
    41 accessor.DataObject 
    42 accessor.FileDataObject 
    43 accessor.FolderDataObject 
    44 accessor.RDFContainerFactory 
    45 accessor.URLNotFoundException 
    46 accessor.impl.DataAccessorRegistryImpl 
     35[wiki:ApertureOSGiFirstDraftByAntoni] 
     36[wiki:ApertureOSGiSecondDraftWithCommentsFromHerko] 
    4737 
    48 crawler.Crawler 
    49 crawler.CrawlerFactory 
    50 crawler.CrawlerHandler 
    51 crawler.CrawlerRegistry 
    52 crawler.CrawlReport 
    53 crawler.ExitCode 
    54 crawler.impl.CrawlerRegistryImpl 
    55  
    56 datasource.DataSource 
    57 datasource.DataSourceFactory 
    58 datasource.DataSourceRegistry 
    59 datasource.impl.DataSourceRegistryImpl 
    60  
    61 extractor.Extractor 
    62 extractor.ExtractorException 
    63 extractor.ExtractorFactory 
    64 extractor.ExtractorRegistry 
    65 extractor.impl.ExtractorRegistryImpl 
    66  
    67 hypertext.linkextractor.LinkExtractor 
    68 hypertext.linkextractor.LinkExtractorRegistry 
    69 hypertext.linkextractor.LinkExtractorFactory 
    70 hypertext.linkextractor.impl.LinkExtractorRegistryImpl 
    71  
    72 mime.identifier.MimeTypeIdentifier 
    73 mime.identifier.MimeTypeIdentifierFactory 
    74 mime.identifier.MimeTypeIdentifierRegistry 
    75 mime.identifier.impl.MimeTypeIdentifierRegistryImpl 
    76  
    77 opener.DataOpener 
    78 opener.DataOpenerFactory 
    79 opener.DataOpenerRegistry 
    80 opener.impl.DataOpenerRegistryImpl 
    81  
    82 rdf.MultipleValuesException 
    83 rdf.RDFContainer 
    84 rdf.RDFContainerFactory 
    85 rdf.UpdateException 
    86 rdf.ValueFactory 
    87  
    88 Exported packages: 
    89 accessor 
    90 crawler 
    91 datasource 
    92 extractor 
    93 hypertext.linkextractor 
    94 mime.identifier 
    95 opener 
    96 rdf 
    97  
    98 Services 
    99 DataAccessorRegistry 
    100 CrawlerRegistry 
    101 DataSourceRegistry 
    102 ExtractorRegistry 
    103 LinkExtractorRegistry 
    104 MimeTypeIdentifierRegistry 
    105 DataOpenerRegistry 
    106  
    107 }}} 
    108  
    109 Aperture-impls 
    110  
    111 {{{ 
    112 accessor.file.FileAccessor 
    113 accessor.file.FileAccessorFactory 
    114  
    115 accessor.http.ContentType 
    116 accessor.http.HttpAccessor 
    117 accessor.http.HttpAccessorFactory 
    118  
    119 addressbook.AddressbookCrawler 
    120 addressbook.AddressbookCrawlerFactory 
    121 addressbook.AddressbookDataSource 
    122 addressbook.AddressbookDataSourceFactory 
    123 addressbook.AppleAddressbookCrawler 
    124 addressbook.ThunderbirdCrawler 
    125  
    126 crawler.filesystem.FileSystemCrawler 
    127 crawler.filesystem.FileSystemCrawlerFactory 
    128 datasource.filesystem.FileSystemDataSource 
    129 datasource.filesystem.FileSystemDataSourceFactory 
    130  
    131 crawler.ical.IcalCrawler 
    132 crawler.ical.IcalCrawlerFactory 
    133 crawler.ical.IcalDataType 
    134 datasource.ical.IcalDataSource 
    135 datasource.ical.IcalDataSourceFactory 
    136  
    137 crawler.imap.DataObjectFactory 
    138 crawler.imap.ImapCrawler 
    139 crawler.imap.ImapCrawlerFactory 
    140 datasource.imap.ImapDataSource 
    141 datasource.imap.ImapDataSourceFactory 
    142  
    143 crawler.web.CrawlJob 
    144 crawler.web.WebCrawler 
    145 crawler.web.WebCrawlerFactory 
    146 datasource.web.WebDataSource 
    147 datasource.web.WebDataSourceFactory 
    148  
    149 extractor.excel.* 
    150 extractor.html.* 
    151 extractor.mime.* 
    152 extractor.office.* 
    153 extractor.opendocument.* 
    154 extractor.openxml.* 
    155 extractor.pdf.* 
    156 extractor.plaintext.* 
    157 extractor.powerpoint.* 
    158 extractor.presentations.* 
    159 extractor.publisher.* 
    160 extractor.quattro.* 
    161 extractor.rdf.* 
    162 extractor.rtf.* 
    163 extractor.visio.* 
    164 extractor.word.* 
    165 extractor.wordperfect.* 
    166 extractor.works.* 
    167 extractor.xml.* 
    168 extractor.util.*  - If extractors were to be separated into multiple bundles - these utils would have to be included in every bundle that uses them 
    169  
    170 hypertext.linkextractor.http.* 
    171  
    172 mime.identifier.magic.* 
    173  
    174 opener.file.* 
    175 opener.http.* 
    176  
    177 outlook.* 
    178  
    179 }}} 
    180  
    181 Aperture-helpers.jar 
    182  
    183 {{{ 
    184 accessor.base.AccessDataImpl 
    185 accessor.base.DataObjectBase 
    186 accessor.base.FileAccessData 
    187 accessor.base.FileDataObjectBase 
    188 accessor.base.FilterAccessData 
    189 accessor.base.FolderDataObjectBase 
    190 accessor.base.ModelAccessData 
    191 accessor.base.RepositoryAccessData 
    192  
    193 crawler.base.CrawlerBase 
    194 crawler.base.CrawlerHandlerBase 
    195 crawler.base.CrawlReportBase 
    196  
    197 datasource.base.DataSourceBase 
    198 datasource.config.ConfigurationUtil 
    199 datasource.config.DomainBoundaries 
    200 datasource.config.RegExpPattern 
    201 datasource.config.SubStringCondition 
    202 datasource.config.SubStringPattern 
    203 datasource.config.UrlPattern 
    204  
    205 security.* 
    206  
    207 util.* 
    208  
    209 vocabulary.* 
    210  
    211 rdf.rdf2go.RDF2GoRDFContainer 
    212 rdf.rdf2go.RDF2GoRDFContainerFactory 
    213 rdf.rdf2go.RDF2GoValueFactory 
    214 }}} 
    215  
    216 rdf2go-bundle (reused with other rdf2go dependent projects) 
    217 independent of aperture and sesame2 
    218  
    219 {{{ 
    220 ClassPath: rdf2go.jar 
    221 Exposes: 
    222  
    223 org.ontoware.rdf2go.model 
    224 org.ontoware.rdf2go.exception 
    225  
    226 }}} 
    227  
    228 rdf2go-sesamedriver (independent from aperture) 
    229  
    230 {{{ 
    231 org.ontoware.rdf2go.impl.sesame2.* 
    232 }}} 
    233  
    234 sesame2 (independent from aperture) 
    235  
    236 {{{ 
    237 org.openrdf.* 
    238 }}} 
    239  
    240 We assume that the user of application will create the models somehow... Models can be initialized with 
    241 many various attributes - providing some generic ModelFactory might not be feasible (or even possible). 
    242  
    243 __Classes not needed anymore__ 
    244  
    245 {{{ 
    246 accessor.impl.DefaultDataAccessorRegistry 
    247 crawler.impl.DefaultCrawlerRegistry 
    248 extractor.impl.DefaultExtractorRegistry 
    249 hypertext.linkextractor.impl.DefaultLinkExtractorRegistry 
    250 mime.identifier.impl.DefaultMimeTypeIdentifierRegistry 
    251 opener.impl.DefaultDataOpenerRegistry 
    252  
    253 rdf.sesame.SesameRDFContainer 
    254 rdf.sesame.SesameRDFContainerFactory 
    255 }}}