org.drools.guvnor.server.util
Class ClassicDRLImporter.Asset
java.lang.Object
org.drools.guvnor.server.util.ClassicDRLImporter.Asset
- Enclosing class:
- ClassicDRLImporter
public static class ClassicDRLImporter.Asset
- extends Object
Holds a rule to import. The content does not include the "end".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format
public final String format
name
public final String name
content
public final String content
ClassicDRLImporter.Asset
public ClassicDRLImporter.Asset(String name,
String content,
String format)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.