Package aQute.bnd.plugin.git
Class GitPlugin
- java.lang.Object
-
- aQute.bnd.service.lifecycle.LifeCyclePlugin
-
- aQute.bnd.plugin.git.GitPlugin
-
public class GitPlugin extends LifeCyclePlugin
Adds .gitignore files to projects when created.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
GITIGNORE
-
Constructor Summary
Constructors Constructor Description GitPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
created(Project p)
java.lang.String
toString()
private void
touch(java.io.File dir)
-
Methods inherited from class aQute.bnd.service.lifecycle.LifeCyclePlugin
addedPlugin, augmentSetup, close, delete, init, opened, removedPlugin
-
-
-
-
Field Detail
-
GITIGNORE
private static final java.lang.String GITIGNORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
created
public void created(Project p) throws java.lang.Exception
- Overrides:
created
in classLifeCyclePlugin
- Throws:
java.lang.Exception
-
touch
private void touch(java.io.File dir) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-