public class MavenPlugin extends LifeCyclePlugin
Constructor and Description |
---|
MavenPlugin() |
Modifier and Type | Method and Description |
---|---|
String |
augmentSetup(String setup,
String alias,
Map<String,String> parameters) |
void |
created(Project p) |
void |
delete(Project p) |
String |
toString() |
addedPlugin, close, init, opened, removedPlugin
public void created(Project p) throws IOException
created
in class LifeCyclePlugin
IOException
public String augmentSetup(String setup, String alias, Map<String,String> parameters) throws Exception
augmentSetup
in class LifeCyclePlugin
Exception
public void delete(Project p) throws IOException
delete
in class LifeCyclePlugin
IOException
Copyright © 2015 aQute SARL. All rights reserved.