Package org.tuba.plugins

Examples of org.tuba.plugins.IIntegrator.integrate()


  private String integrate(IArtefactPosition artefactPosition,
      IArtefactRepresentation representation, XMLIntegrator integrator) {
    IIntegrator integratorInstance = PluginManager.getInstance()
        .instantiateIntegrator(integrator.getId());

    String integrationID = integratorInstance.integrate(artefactPosition,
        representation, integrator.getConfiguration());
    if (integrationID == null)
      return null;

    DocumentInfo documentInfo = DocumentManager.getInstance()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.