|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.deb.Dpkg
public class Dpkg
Builds a DEB package using fakeroot dpkg-deb. This command creates a DEB package in buildDir using the contents of stageDir. This classes assumes that stageDir is going to be a direct descendent of buildDir.
Constructor Summary | |
---|---|
Dpkg()
|
Method Summary | |
---|---|
void |
buildPackage(java.io.File buildDir,
java.io.File stageDir,
java.io.File debFileName,
boolean useFakeroot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dpkg()
Method Detail |
---|
public void buildPackage(java.io.File buildDir, java.io.File stageDir, java.io.File debFileName, boolean useFakeroot) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |