public class ResourceType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ResourceType(String name,
String description,
String defaultExtension,
String... otherExtensions) |
Modifier and Type | Method and Description |
---|---|
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) |
org.kie.api.io.ResourceType |
toKieResourceType() |
String |
toString() |
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
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 org.kie.api.io.ResourceType toKieResourceType()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.