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