Package org.springframework.ide.eclipse.wizard.template.infrastructure.processor

Examples of org.springframework.ide.eclipse.wizard.template.infrastructure.processor.ProcessingInfo


      String[] topLevelPackageTokens = configurationDescriptor.getTopLevelPackageTokens();
      String projectName = project.getName();

      try {
        ProcessingInfo processingInfo = new NewProjectProcessingInfo(template.getZippedLocation(), getProject()
            .getName(), configurationDescriptor.getSpringVersion());

        Processor processor = new Processor(processingInfo);
        IProject processedProject = processor.process(project, newPath, topLevelPackageTokens,
            configurationDescriptor.getProjectNameToken(), collectedInput, inputKinds, shell, monitor);
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.wizard.template.infrastructure.processor.ProcessingInfo

Copyright © 2018 www.massapicom. 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.