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 String format

name

public String name

content

public String content
Constructor Detail

ClassicDRLImporter.Asset

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


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.