org.drools.rule.builder.dialect.java
Class PackageStore
java.lang.Object
org.drools.rule.builder.dialect.java.PackageStore
- All Implemented Interfaces:
- ResourceStore
public class PackageStore
- extends Object
- implements ResourceStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageStore
public PackageStore()
PackageStore
public PackageStore(JavaDialectRuntimeData javaDialectRuntimeData,
List errors)
setPackageCompilationData
public void setPackageCompilationData(JavaDialectRuntimeData javaDialectRuntimeData)
write
public void write(String resourceName,
byte[] clazzData)
- Specified by:
write
in interface ResourceStore
read
public byte[] read(String resourceName)
- Specified by:
read
in interface ResourceStore
remove
public void remove(String resourceName)
- Specified by:
remove
in interface ResourceStore
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.