@Alternative public class JSClientResourceType extends Object implements ClientResourceType
Constructor and Description |
---|
JSClientResourceType() |
JSClientResourceType(JSNativeClientResourceType jsNativeClientResourceType,
org.uberfire.workbench.category.Category category) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Path path) |
org.uberfire.workbench.category.Category |
getCategory() |
String |
getDescription() |
String |
getId() |
String |
getPrefix() |
int |
getPriority() |
String |
getShortName() |
String |
getSimpleWildcardPattern() |
String |
getSuffix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIcon
public JSClientResourceType()
public JSClientResourceType(JSNativeClientResourceType jsNativeClientResourceType, org.uberfire.workbench.category.Category category)
public String getShortName()
getShortName
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public String getDescription()
getDescription
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public String getPrefix()
getPrefix
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public String getSuffix()
getSuffix
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public int getPriority()
getPriority
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public String getSimpleWildcardPattern()
getSimpleWildcardPattern
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public boolean accept(Path path)
accept
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public org.uberfire.workbench.category.Category getCategory()
getCategory
in interface org.uberfire.workbench.type.ResourceTypeDefinition
public String getId()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.