org.camunda.bpm.extension.osgi.internal
Interface ProcessDefintionChecker

All Known Implementing Classes:
ProcessDefinitionCheckerImpl

public interface ProcessDefintionChecker

Interface for a class, that scan a Bundle to check, if it contains any process definitions.

Author:
Ronny Bräunlich

Method Summary
 void checkBundle(org.osgi.framework.Bundle bundle)
          Checks a bundle if it contains process definitions (BPMN-XML-files) in the default location or a a location specified by a header.
 

Method Detail

checkBundle

void checkBundle(org.osgi.framework.Bundle bundle)
Checks a bundle if it contains process definitions (BPMN-XML-files) in the default location or a a location specified by a header.

Parameters:
bundle - the bundle to check


Copyright © 2015 camunda services GmbH. All rights reserved.