Package org.jbpm.designer.web.stencilset
Interface IDiagramStencilSet
-
- All Known Implementing Classes:
LocalStencilSetImpl
public interface IDiagramStencilSetAn interface to define a stencilset in the editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContents()StringgetName()InputStreamgetResourceContents(String path)Finds and returns the contents of a resource located under the stencilset.
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the stencilset
-
getContents
InputStream getContents()
- Returns:
- the contents of the stencilset file.
-
getResourceContents
InputStream getResourceContents(String path)
Finds and returns the contents of a resource located under the stencilset.- Parameters:
path- the path of the resource- Returns:
- the contents of the resouce.
-
-