jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.web.stencilset.impl
Class LocalStencilSetImpl

java.lang.Object
  extended by org.jbpm.designer.web.plugin.impl.LocalResource
      extended by org.jbpm.designer.web.stencilset.impl.LocalStencilSetImpl
All Implemented Interfaces:
IDiagramStencilSet

public class LocalStencilSetImpl
extends LocalResource
implements IDiagramStencilSet

A local implementation of the stencilset for stencilsets defined inside the platform.


Constructor Summary
LocalStencilSetImpl(String name, String path)
           
 
Method Summary
 InputStream getResourceContents(String path)
          Finds and returns the contents of a resource located under the stencilset.
 
Methods inherited from class org.jbpm.designer.web.plugin.impl.LocalResource
getContents, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.designer.web.stencilset.IDiagramStencilSet
getContents, getName
 

Constructor Detail

LocalStencilSetImpl

public LocalStencilSetImpl(String name,
                           String path)
Method Detail

getResourceContents

public InputStream getResourceContents(String path)
Description copied from interface: IDiagramStencilSet
Finds and returns the contents of a resource located under the stencilset.

Specified by:
getResourceContents in interface IDiagramStencilSet
Parameters:
path - the path of the resource
Returns:
the contents of the resouce.

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.