当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
PackageStore (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
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(PackageCompilationData packageCompiationData,
List errors)
setPackageCompilationData
public void setPackageCompilationData(PackageCompilationData packageCompiationData)
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-2007
JBoss Inc.. All Rights Reserved.