org.drools.guvnor.server.util
Class ClassicDRLImporter.Asset

java.lang.Object
  extended by 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".


Field Summary
 String content
           
 String format
           
 String name
           
 
Constructor Summary
ClassicDRLImporter.Asset(String name, String content, String format)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public final String format

name

public final String name

content

public final String content
Constructor Detail

ClassicDRLImporter.Asset

public ClassicDRLImporter.Asset(String name,
                                String content,
                                String format)


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