org.drools.io.impl
Class ReaderResource

java.lang.Object
  extended by org.drools.io.impl.BaseResource
      extended by org.drools.io.impl.ReaderResource
All Implemented Interfaces:
Serializable, InternalResource, org.drools.io.Resource

public class ReaderResource
extends BaseResource
implements InternalResource

See Also:
Serialized Form

Constructor Summary
ReaderResource(Reader reader)
           
ReaderResource(Reader reader, String encoding)
           
 
Method Summary
 String getEncoding()
           
 InputStream getInputStream()
           
 long getLastModified()
           
 long getLastRead()
           
 Reader getReader()
           
 URL getURL()
           
 boolean hasURL()
           
 boolean isDirectory()
           
 Collection<org.drools.io.Resource> listResources()
           
 String toString()
           
 
Methods inherited from class org.drools.io.impl.BaseResource
getConfiguration, getResourceType, setConfiguration, setResourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.io.internal.InternalResource
getConfiguration, getResourceType, setConfiguration, setResourceType
 

Constructor Detail

ReaderResource

public ReaderResource(Reader reader)

ReaderResource

public ReaderResource(Reader reader,
                      String encoding)
Method Detail

getURL

public URL getURL()
           throws IOException
Specified by:
getURL in interface InternalResource
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface org.drools.io.Resource
Throws:
IOException

getLastModified

public long getLastModified()
Specified by:
getLastModified in interface InternalResource

getLastRead

public long getLastRead()
Specified by:
getLastRead in interface InternalResource

getReader

public Reader getReader()
Specified by:
getReader in interface org.drools.io.Resource

getEncoding

public String getEncoding()

isDirectory

public boolean isDirectory()
Specified by:
isDirectory in interface InternalResource

listResources

public Collection<org.drools.io.Resource> listResources()
Specified by:
listResources in interface InternalResource

hasURL

public boolean hasURL()
Specified by:
hasURL in interface InternalResource

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.