public class TemplatePackInfo extends Object
Constructor and Description |
---|
TemplatePackInfo(Resource packInfoAsResource) |
TemplatePackInfo(String packName,
Resource packInfoAsResource) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
String |
getCommandHelp() |
String |
getDescription() |
String |
getDescription2() |
String |
getName() |
String |
getProfilesCSV()
Used to create an invoker.properties file in bootstrap integration test.
|
boolean |
isCrypted() |
String |
toString() |
public TemplatePackInfo(Resource packInfoAsResource) throws IOException
IOException
public TemplatePackInfo(String packName, Resource packInfoAsResource) throws IOException
IOException
public String getProfilesCSV()
packCommand=mvn -Ph2,db,metadata,gen test
Ouput:
h2,db,metadata,gen
public String getName()
public String getDescription()
public String getDescription2()
public String getCommand()
public String getCommandHelp()
public boolean isCrypted()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.