|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.daemon.installers.MojoCommand
org.apache.directory.daemon.installers.inno.InnoInstallerCommand
public class InnoInstallerCommand
The IzPack installer command.
Field Summary |
---|
Fields inherited from class org.apache.directory.daemon.installers.MojoCommand |
---|
dependencyMap, mymojo |
Constructor Summary | |
---|---|
InnoInstallerCommand(ServiceInstallersMojo mymojo,
InnoTarget target)
|
Method Summary | |
---|---|
void |
execute()
Performs the following: Bail if target is not for windows or current machine is not windows (no inno compiler) Filter and copy project supplied inno file into place if it has been specified and exists If no inno file exists filter and deposite into place bundled inno template & copy procrun executables Bail if we cannot find the inno compiler executable Execute inno compiler it on the inno file |
java.util.Properties |
getFilterProperties()
|
Methods inherited from class org.apache.directory.daemon.installers.MojoCommand |
---|
processPackagedFiles, reportProcessing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnoInstallerCommand(ServiceInstallersMojo mymojo, InnoTarget target)
Method Detail |
---|
public java.util.Properties getFilterProperties()
getFilterProperties
in class MojoCommand
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
execute
in class MojoCommand
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |