Package org.uberfire.client.editor.type
Class JSClientResourceType
- java.lang.Object
-
- org.uberfire.client.editor.type.JSClientResourceType
-
- All Implemented Interfaces:
org.uberfire.client.workbench.type.ClientResourceType,org.uberfire.workbench.type.ResourceTypeDefinition
@Alternative public class JSClientResourceType extends Object implements org.uberfire.client.workbench.type.ClientResourceType
-
-
Constructor Summary
Constructors Constructor Description JSClientResourceType()JSClientResourceType(JSNativeClientResourceType jsNativeClientResourceType, org.uberfire.workbench.category.Category category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.uberfire.backend.vfs.Path path)org.uberfire.workbench.category.CategorygetCategory()StringgetDescription()StringgetId()StringgetPrefix()intgetPriority()StringgetShortName()StringgetSimpleWildcardPattern()StringgetSuffix()
-
-
-
Constructor Detail
-
JSClientResourceType
public JSClientResourceType()
-
JSClientResourceType
public JSClientResourceType(JSNativeClientResourceType jsNativeClientResourceType, org.uberfire.workbench.category.Category category)
-
-
Method Detail
-
getShortName
public String getShortName()
- Specified by:
getShortNamein interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getPrefix
public String getPrefix()
- Specified by:
getPrefixin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getSuffix
public String getSuffix()
- Specified by:
getSuffixin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getSimpleWildcardPattern
public String getSimpleWildcardPattern()
- Specified by:
getSimpleWildcardPatternin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
accept
public boolean accept(org.uberfire.backend.vfs.Path path)
- Specified by:
acceptin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getCategory
public org.uberfire.workbench.category.Category getCategory()
- Specified by:
getCategoryin interfaceorg.uberfire.workbench.type.ResourceTypeDefinition
-
getId
public String getId()
-
-