This project has retired. For details please refer to its
Attic page .
ExampleInputOutput (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)
org.apache.any23.extractor
Class ExampleInputOutput
java.lang.Object
org.apache.any23.extractor.ExampleInputOutput
public class ExampleInputOutput extends Object
A reporter for example input and output of an extractor. Example
input is part of every extractor's metadata; example output is
obtained by running the extractor on its own example input. This
is useful as a documentation device.
Author:
Richard Cyganiak (richard@cyganiak.de)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
ExampleInputOutput
public ExampleInputOutput (String extractorName)
ExampleInputOutput
public ExampleInputOutput (ExtractorFactory <?> factory)
getExampleInput
public String getExampleInput ()
throws IOException
Throws:
IOException
getExampleURI
public String getExampleURI ()
getExampleOutput
public String getExampleOutput ()
throws IOException ,
ExtractionException
Throws:
IOException
ExtractionException
Copyright © 2010-2012 The Apache Software Foundation . All Rights Reserved.