public class ISArchiveParser extends Object implements org.apache.tika.parser.Parser
| Constructor and Description |
|---|
ISArchiveParser()
Default constructor.
|
ISArchiveParser(String location)
Constructor that accepts the pathname of ISArchive folder.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
public ISArchiveParser()
public ISArchiveParser(String location)
location - pathname of ISArchive folder including ISA-Tab filespublic Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
getSupportedTypes in interface org.apache.tika.parser.Parserpublic void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException
parse in interface org.apache.tika.parser.ParserIOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.