Package org.tuba.plugins

Examples of org.tuba.plugins.IArtefactOperation.process()


    for (XMLArtefactOperation operation : operations) {
      // TODO externalize
      logger.info("apply operation '" + operation.getId() + "'"); //$NON-NLS-1$ //$NON-NLS-2$
      IArtefactOperation operationInstance = PluginManager.getInstance()
          .instantiateOperation(operation.getId());
      representation = operationInstance.process(representation,
          operation.getConfiguration());
      // TODO externalize
      logger.info("representation: " + representation.toString()); //$NON-NLS-1$
      monitor.doLocalStep();
    }
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.