public class ResourceType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static ResourceType |
BAYES
Bayesian
|
static ResourceType |
BPMN2
jBPM BPMN2 Language
|
static ResourceType |
BRL
Drools Business Rule Language
|
static ResourceType |
CHANGE_SET
Change Set
|
static ResourceType |
CMMN
jBPM CMMN Language
|
static ResourceType |
DESCR
DESCR
|
static ResourceType |
DMN
Decision Model and Notation (DMN) model
|
static ResourceType |
DRF
Drools Rule Flow Language
|
static ResourceType |
DRL
Drools Rule Language
|
static ResourceType |
DRT |
static ResourceType |
DSL
Drools DSL
|
static ResourceType |
DSLR
Drools DSL Rule
|
static ResourceType |
DTABLE
Decision Table
|
static ResourceType |
FEEL
DMN FEEL expression language
|
static ResourceType |
GDRL
Drools Rule Language - Guided Globals definitions - Workaround for double-dot file extensions for 6.0
|
static ResourceType |
GDST |
static ResourceType |
JAVA
JAVA
|
static ResourceType |
NOOP
NO-Operation ResourceType - used for example to dynamically disable a given AssemblerService
|
static ResourceType |
PKG
Binary Package
|
static ResourceType |
PMML
PMML
|
static ResourceType |
PROPERTIES
PROPERTIES
|
static ResourceType |
RDRL
Drools Rule Language - Guided Rules (without DSL) - Workaround for double-dot file extensions for 6.0
|
static ResourceType |
RDSLR
Drools Rule Language - Guided Rules (with DSL) - Workaround for double-dot file extensions for 6.0
|
static ResourceType |
SCARD
Score Card - Workaround for double-dot file extensions for 6.0
|
static ResourceType |
SCGD |
static ResourceType |
SOLVER |
static ResourceType |
TDRL
Drools Rule Language - Guided Decision Trees - Workaround for double-dot file extensions for 6.0
|
static ResourceType |
TEMPLATE |
static ResourceType |
XDRL
Drools XML Rule Language
|
static ResourceType |
XSD
XSD
|
Constructor and Description |
---|
ResourceType(String name,
boolean fullyCoveredByExecModel,
String description,
String defaultPath,
String defaultExtension,
String... otherExtensions) |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
addResourceTypeToRegistry(String resourceType,
boolean isNative,
String description,
String defaultPath,
String defaultExtension,
String... otherExtensions) |
static ResourceType |
addResourceTypeToRegistry(String resourceType,
String description,
String defaultPath,
String defaultExtension,
String... otherExtensions) |
static ResourceType |
determineResourceType(String resourceName) |
boolean |
equals(Object obj) |
List<String> |
getAllExtensions() |
String |
getDefaultExtension() |
String |
getDefaultPath() |
String |
getDescription() |
String |
getName() |
static ResourceType |
getResourceType(String resourceType) |
int |
hashCode() |
boolean |
isFullyCoveredByExecModel() |
boolean |
matchesExtension(String resourceName) |
String |
toString() |
public static final ResourceType DRL
public static final ResourceType GDRL
public static final ResourceType RDRL
public static final ResourceType XDRL
public static final ResourceType DSL
public static final ResourceType DSLR
public static final ResourceType RDSLR
public static final ResourceType DRF
public static final ResourceType BPMN2
public static final ResourceType CMMN
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 final ResourceType JAVA
public static final ResourceType PROPERTIES
public static final ResourceType SCARD
public static final ResourceType BAYES
public static final ResourceType TDRL
public static final ResourceType TEMPLATE
public static final ResourceType DRT
public static final ResourceType GDST
public static final ResourceType SCGD
public static final ResourceType SOLVER
public static final ResourceType DMN
public static final ResourceType FEEL
public static final ResourceType NOOP
public static ResourceType addResourceTypeToRegistry(String resourceType, String description, String defaultPath, String defaultExtension, String... otherExtensions)
public static ResourceType addResourceTypeToRegistry(String resourceType, boolean isNative, String description, String defaultPath, String defaultExtension, String... otherExtensions)
public static ResourceType getResourceType(String resourceType)
public static ResourceType determineResourceType(String resourceName)
public boolean matchesExtension(String resourceName)
public boolean isFullyCoveredByExecModel()
public String getDefaultPath()
public String getDefaultExtension()
public String getDescription()
public String getName()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.