org.topcased.generator.services.generation
Class TopcasedPluginFileGenerator
java.lang.Object
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.
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 |
TopcasedPluginFileGenerator
public TopcasedPluginFileGenerator()
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 prosjectmodel
- The current model representing the structure of the plugin.xml fileserviceName
- The name affected to the new project
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.