|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.builder.ResourceType
public class ResourceType
Field Summary | |
---|---|
static ResourceType |
BPMN2
jBPM BPMN2 Language |
static ResourceType |
BRL
Drools Business Rule Language |
static ResourceType |
CHANGE_SET
Change Set |
static ResourceType |
DESCR
DESCR |
static ResourceType |
DRF
Drools Rule Flow Language |
static ResourceType |
DRL
Drools Rule Language |
static ResourceType |
DSL
Drools DSL |
static ResourceType |
DSLR
Drools DSL Rule |
static ResourceType |
DTABLE
Decision Table |
static ResourceType |
PKG
Binary Package |
static ResourceType |
PMML
PMML |
static ResourceType |
XDRL
Drools XML Rule Language |
static ResourceType |
XSD
XSD |
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 Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |