Package org.uberfire.ext.plugin.model
Class Plugin
- java.lang.Object
-
- org.uberfire.ext.plugin.model.Activity
-
- org.uberfire.ext.plugin.model.Plugin
-
- Direct Known Subclasses:
DynamicMenu,LayoutEditorModel,PluginSimpleContent
@Portable public class Plugin extends Activity
-
-
Constructor Summary
Constructors Constructor Description Plugin()Plugin(String name, PluginType type, org.uberfire.backend.vfs.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.uberfire.backend.vfs.PathgetPath()inthashCode()
-
-
-
Field Detail
-
FILE_EXT
public static final String FILE_EXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Plugin
public Plugin()
-
Plugin
public Plugin(String name, PluginType type, org.uberfire.backend.vfs.Path path)
-
-