org.jbpm.designer.web.stencilset
Interface IDiagramStencilSet
- All Known Implementing Classes:
- LocalStencilSetImpl
public interface IDiagramStencilSet
An interface to define a stencilset in the editor
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.
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.