Bus

org.topcased.generator.services.generation
Class TopcasedPluginFileGenerator

java.lang.Object
  extended by org.topcased.generator.services.generation.TopcasedPluginFileGenerator

public final class TopcasedPluginFileGenerator
extends java.lang.Object

This class is responsible for generating the plugin.xml file of the generated Topcased plugin.


Constructor Summary
TopcasedPluginFileGenerator()
           
 
Method Summary
static void generatePluginXMLFile(org.eclipse.core.resources.IProject project, org.eclipse.pde.core.plugin.IPluginModelBase model, java.lang.String serviceName)
          Generates the plugin.xml file with the good extension points, dependencies and so on...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopcasedPluginFileGenerator

public TopcasedPluginFileGenerator()
Method Detail

generatePluginXMLFile

public static void generatePluginXMLFile(org.eclipse.core.resources.IProject project,
                                         org.eclipse.pde.core.plugin.IPluginModelBase model,
                                         java.lang.String serviceName)
Generates the plugin.xml file with the good extension points, dependencies and so on...

Parameters:
project - The current prosject
model - The current model representing the structure of the plugin.xml file
serviceName - The name affected to the new project

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.