org.apache.stanbol.reasoners.web.input.provider.impl
Class FileInputProvider

java.lang.Object
  extended by org.apache.stanbol.reasoners.web.input.provider.impl.UrlInputProvider
      extended by org.apache.stanbol.reasoners.web.input.provider.impl.FileInputProvider
All Implemented Interfaces:
ReasoningServiceInputProvider

public class FileInputProvider
extends UrlInputProvider

This input provider accepts a File as input and delegates all the rest to the parent class (UrlInputProvider)

Author:
enridaga

Constructor Summary
FileInputProvider(java.io.File file)
           
 
Method Summary
 
Methods inherited from class org.apache.stanbol.reasoners.web.input.provider.impl.UrlInputProvider
adaptTo, getInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInputProvider

public FileInputProvider(java.io.File file)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.