aQute.bnd.plugin.git
Class GitPlugin

java.lang.Object
  extended by aQute.bnd.service.lifecycle.LifeCyclePlugin
      extended by aQute.bnd.plugin.git.GitPlugin

public class GitPlugin
extends LifeCyclePlugin

Adds .gitignore files to projects when created.


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

Constructor Detail

GitPlugin

public GitPlugin()
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


Copyright © 2014 aQute SARL. All rights reserved.