Package org.jbpm.designer.web.stencilset
Interface IDiagramStencilSet
-
- All Known Implementing Classes:
LocalStencilSetImpl
public interface IDiagramStencilSet
An interface to define a stencilset in the editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getContents()
String
getName()
InputStream
getResourceContents(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.
-
-