Drools :: Compiler 6.2.0.Final

org.drools.compiler.kie.builder.impl
Class KieBuilderSetImpl.DummyResource

java.lang.Object
  extended by org.drools.core.io.impl.BaseResource
      extended by org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.DummyResource
All Implemented Interfaces:
Externalizable, Serializable, org.drools.core.io.internal.InternalResource, org.kie.api.io.Resource
Enclosing class:
KieBuilderSetImpl

public static class KieBuilderSetImpl.DummyResource
extends org.drools.core.io.impl.BaseResource

See Also:
Serialized Form

Constructor Summary
KieBuilderSetImpl.DummyResource(String resourceName)
           
 
Method Summary
 String getEncoding()
           
 InputStream getInputStream()
           
 long getLastModified()
           
 long getLastRead()
           
 Reader getReader()
           
 URL getURL()
           
 boolean hasURL()
           
 boolean isDirectory()
           
 Collection<org.kie.api.io.Resource> listResources()
           
 
Methods inherited from class org.drools.core.io.impl.BaseResource
addCategory, equals, getBytes, getCategories, getConfiguration, getDescription, getResourceType, getSourcePath, getTargetPath, hashCode, readExternal, setCategories, setConfiguration, setDescription, setResourceType, setSourcePath, setTargetPath, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KieBuilderSetImpl.DummyResource

public KieBuilderSetImpl.DummyResource(String resourceName)
Method Detail

getURL

public URL getURL()
           throws IOException
Throws:
IOException

hasURL

public boolean hasURL()

isDirectory

public boolean isDirectory()

listResources

public Collection<org.kie.api.io.Resource> listResources()

getLastModified

public long getLastModified()

getLastRead

public long getLastRead()

getEncoding

public String getEncoding()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getReader

public Reader getReader()
                 throws IOException
Throws:
IOException

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.