@JsType
public interface ResourceTypeDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Path path)
Indicates if the current parameter path matched the current resource type
|
Category |
getCategory()
Defines the category for each resource.
|
String |
getDescription()
A description of the resource type
|
String |
getPrefix()
Resource prefix
|
int |
getPriority()
Defines the resource priority in terms of resource resolution
|
String |
getShortName()
A short name of the resource type
|
String |
getSimpleWildcardPattern()
A simple (and maybe not very accurate) wildcard pattern to search for
this type of resource.
|
String |
getSuffix()
Resource suffix
|
String getShortName()
String getDescription()
String getPrefix()
String getSuffix()
int getPriority()
String getSimpleWildcardPattern()
boolean accept(Path path)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.