| 32 | |
| 33 | == Bundles == |
| 34 | |
| 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 |
| 47 | |
| 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 | RDF2GoRDFContainerService --- not written yet --- (will contain methods analogous to the constructors of RDF2GoRDFContainer) |
| 108 | |
| 109 | }}} |
| 110 | |
| 111 | Aperture-impls |
| 112 | |
| 113 | {{{ |
| 114 | accessor.file.FileAccessor |
| 115 | accessor.file.FileAccessorFactory |
| 116 | |
| 117 | accessor.http.ContentType |
| 118 | accessor.http.HttpAccessor |
| 119 | accessor.http.HttpAccessorFactory |
| 120 | |
| 121 | addressbook.AddressbookCrawler |
| 122 | addressbook.AddressbookCrawlerFactory |
| 123 | addressbook.AddressbookDataSource |
| 124 | addressbook.AddressbookDataSourceFactory |
| 125 | addressbook.AppleAddressbookCrawler |
| 126 | addressbook.ThunderbirdCrawler |
| 127 | |
| 128 | crawler.filesystem.FileSystemCrawler |
| 129 | crawler.filesystem.FileSystemCrawlerFactory |
| 130 | datasource.filesystem.FileSystemDataSource |
| 131 | datasource.filesystem.FileSystemDataSourceFactory |
| 132 | |
| 133 | crawler.ical.IcalCrawler |
| 134 | crawler.ical.IcalCrawlerFactory |
| 135 | crawler.ical.IcalDataType |
| 136 | datasource.ical.IcalDataSource |
| 137 | datasource.ical.IcalDataSourceFactory |
| 138 | |
| 139 | crawler.imap.DataObjectFactory |
| 140 | crawler.imap.ImapCrawler |
| 141 | crawler.imap.ImapCrawlerFactory |
| 142 | datasource.imap.ImapDataSource |
| 143 | datasource.imap.ImapDataSourceFactory |
| 144 | |
| 145 | crawler.web.CrawlJob |
| 146 | crawler.web.WebCrawler |
| 147 | crawler.web.WebCrawlerFactory |
| 148 | datasource.web.WebDataSource |
| 149 | datasource.web.WebDataSourceFactory |
| 150 | |
| 151 | extractor.excel.* |
| 152 | extractor.html.* |
| 153 | extractor.mime.* |
| 154 | extractor.office.* |
| 155 | extractor.opendocument.* |
| 156 | extractor.openxml.* |
| 157 | extractor.pdf.* |
| 158 | extractor.plaintext.* |
| 159 | extractor.powerpoint.* |
| 160 | extractor.presentations.* |
| 161 | extractor.publisher.* |
| 162 | extractor.quattro.* |
| 163 | extractor.rdf.* |
| 164 | extractor.rtf.* |
| 165 | extractor.visio.* |
| 166 | extractor.word.* |
| 167 | extractor.wordperfect.* |
| 168 | extractor.works.* |
| 169 | extractor.xml.* |
| 170 | |
| 171 | extractor.util.* - If extractors were to be separated into multiple bundles - these utils would have to be included in every bundle that uses them |
| 172 | |
| 173 | mime.identifier.magic.* |
| 174 | |
| 175 | opener.file.* |
| 176 | opener.http.* |
| 177 | |
| 178 | outlook.* |
| 179 | |
| 180 | }}} |
| 181 | |
| 182 | Aperture-helpers.jar |
| 183 | |
| 184 | {{{ |
| 185 | accessor.base.AccessDataImpl |
| 186 | accessor.base.DataObjectBase |
| 187 | accessor.base.FileAccessData |
| 188 | accessor.base.FileDataObjectBase |
| 189 | accessor.base.FilterAccessData |
| 190 | accessor.base.FolderDataObjectBase |
| 191 | accessor.base.ModelAccessData |
| 192 | accessor.base.RepositoryAccessData |
| 193 | |
| 194 | crawler.base.CrawlerBase |
| 195 | crawler.base.CrawlerHandlerBase |
| 196 | crawler.base.CrawlReportBase |
| 197 | |
| 198 | datasource.base.DataSourceBase |
| 199 | datasource.config.ConfigurationUtil |
| 200 | datasource.config.DomainBoundaries |
| 201 | datasource.config.RegExpPattern |
| 202 | datasource.config.SubStringCondition |
| 203 | datasource.config.SubStringPattern |
| 204 | datasource.config.UrlPattern |
| 205 | |
| 206 | security.* |
| 207 | |
| 208 | util.* |
| 209 | |
| 210 | vocabulary.* |
| 211 | |
| 212 | }}} |
| 213 | |
| 214 | Aperture-rdf2go-bundle |
| 215 | |
| 216 | |
| 217 | {{{ |
| 218 | ClassPath: rdf2go.jar |
| 219 | Exposes: |
| 220 | |
| 221 | org.ontoware.rdf2go.model |
| 222 | org.ontoware.rdf2go.exception |
| 223 | |
| 224 | org.semanticdesktop.aperture.rdf.service |
| 225 | |
| 226 | contains |
| 227 | rdf.rdf2go.RDF2GoRDFContainer |
| 228 | rdf.rdf2go.RDF2GoRDFContainerFactory |
| 229 | rdf.rdf2go.RDF2GoValueFactory |
| 230 | |
| 231 | exposes services |
| 232 | rdf.service.RDF2GoRDFContainerService |
| 233 | rdf.service.impl.RDF2GoRDFContainerServiceImpl |
| 234 | }}} |
| 235 | |
| 236 | Aperture-sesame-rdf |
| 237 | |
| 238 | we assume that the user of application will create the models somehow... Since models can be initialized with |
| 239 | many various attributes - providing some ModelFactory might not be feasible. |
| 240 | |
| 241 | Classes not needed |
| 242 | |
| 243 | {{{ |
| 244 | accessor.impl.DefaultDataAccessorRegistry |
| 245 | crawler.impl.DefaultCrawlerRegistry |
| 246 | extractor.impl.DefaultExtractorRegistry |
| 247 | hypertext.linkextractor.impl.DefaultLinkExtractorRegistry |
| 248 | mime.identifier.impl.DefaultMimeTypeIdentifierRegistry |
| 249 | opener.impl.DefaultDataOpenerRegistry |
| 250 | |
| 251 | rdf.sesame.* |
| 252 | }}} |