| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.builder.ResourceType
public class ResourceType
| Field Summary | |
|---|---|
| static ResourceType | BPMN2jBPM BPMN2 Language | 
| static ResourceType | BRLDrools Business Rule Language | 
| static ResourceType | CHANGE_SETChange Set | 
| static ResourceType | DESCRDESCR | 
| static ResourceType | DRFDrools Rule Flow Language | 
| static ResourceType | DRLDrools Rule Language | 
| static ResourceType | DSLDrools DSL | 
| static ResourceType | DSLRDrools DSL Rule | 
| static ResourceType | DTABLEDecision Table | 
| static ResourceType | PKGBinary Package | 
| static ResourceType | PMMLPMML | 
| static ResourceType | XDRLDrools XML Rule Language | 
| static ResourceType | XSDXSD | 
| Constructor Summary | |
|---|---|
| ResourceType(String name,
             String description,
             String defaultExtension,
             String... otherExtensions) | |
| Method Summary | |
|---|---|
| static ResourceType | addResourceTypeToRegistry(String resourceType,
                          String description,
                          String defaultExtension,
                          String... otherExtensions) | 
| static ResourceType | determineResourceType(String resourceName) | 
|  boolean | equals(Object obj) | 
|  String | getDefaultExtension() | 
|  String | getDescription() | 
|  String | getName() | 
| static ResourceType | getResourceType(String resourceType) | 
|  int | hashCode() | 
|  boolean | matchesExtension(String resourceName) | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final ResourceType DRL
public static final ResourceType XDRL
public static final ResourceType DSL
public static final ResourceType DSLR
public static final ResourceType DRF
public static final ResourceType BPMN2
public static final ResourceType DTABLE
public static final ResourceType PKG
public static final ResourceType BRL
public static final ResourceType CHANGE_SET
public static final ResourceType XSD
public static final ResourceType PMML
public static final ResourceType DESCR
| Constructor Detail | 
|---|
public ResourceType(String name,
                    String description,
                    String defaultExtension,
                    String... otherExtensions)
| Method Detail | 
|---|
public static ResourceType addResourceTypeToRegistry(String resourceType,
                                                     String description,
                                                     String defaultExtension,
                                                     String... otherExtensions)
public static ResourceType getResourceType(String resourceType)
public static ResourceType determineResourceType(String resourceName)
public boolean matchesExtension(String resourceName)
public String getDefaultExtension()
public String getDescription()
public String getName()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||