Class 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 Detail

      • EclipsePlugin

        public EclipsePlugin()
    • Method Detail

      • created

        public void created​(Project p)
                     throws java.io.IOException
        Overrides:
        created in class LifeCyclePlugin
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • init

        public void init​(Workspace ws)
                  throws java.lang.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:
        java.lang.Exception