aQute.bnd.plugin.eclipse
Class EclipsePlugin

java.lang.Object
  extended by aQute.bnd.service.lifecycle.LifeCyclePlugin
      extended by aQute.bnd.plugin.eclipse.EclipsePlugin

public class EclipsePlugin
extends LifeCyclePlugin

This plugin creates a build.xml file in the project when a project gets created. You can either store a template under cnf/ant/project.xml or a default is taken.


Constructor Summary
EclipsePlugin()
           
 
Method Summary
 void created(Project p)
           
 void init(Workspace ws)
          Called when the plugin is setup.
 String toString()
           
 
Methods inherited from class aQute.bnd.service.lifecycle.LifeCyclePlugin
addedPlugin, augmentSetup, close, delete, opened, removedPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipsePlugin

public EclipsePlugin()
Method Detail

created

public void created(Project p)
             throws IOException
Overrides:
created in class LifeCyclePlugin
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

init

public void init(Workspace ws)
          throws Exception
Description copied from class: LifeCyclePlugin
Called when the plugin is setup. This plugin will be added to the setup but the workspace is not yet refreshed.

Overrides:
init in class LifeCyclePlugin
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.