Package org.uberfire.ext.plugin.type
Class TypeConverterUtil
- java.lang.Object
-
- org.uberfire.ext.plugin.type.TypeConverterUtil
-
public final class TypeConverterUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeConverterUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PluginTypefromPath(org.uberfire.backend.vfs.Path path)static PluginTypefromResourceType(org.uberfire.workbench.type.ResourceTypeDefinition resource)
-
-
-
Method Detail
-
fromPath
public static PluginType fromPath(org.uberfire.backend.vfs.Path path)
-
fromResourceType
public static PluginType fromResourceType(org.uberfire.workbench.type.ResourceTypeDefinition resource)
-
-