|
||||||||||
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.rpm.RpmInstallerCommand
public class RpmInstallerCommand
The IzPack installer command.
Field Summary |
---|
Fields inherited from class org.apache.directory.daemon.installers.MojoCommand |
---|
dependencyMap, mymojo |
Constructor Summary | |
---|---|
RpmInstallerCommand(ServiceInstallersMojo mymojo,
RpmTarget target)
|
Method Summary | |
---|---|
void |
execute()
Performs the following: Bail if target is not for linux or current machine is not linux (no rpm builder) Filter and copy project supplied spec file into place if it has been specified and exists If no spec file exists filter and deposite into place bundled spec template Bail if we cannot find the rpm builder executable Execute rpm build on the filtered spec 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 RpmInstallerCommand(ServiceInstallersMojo mymojo, RpmTarget 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 |