|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
installtoolkit.deb.DebhelperTask
public class DebhelperTask
Task to execute a list of debhelper scripts and additional commands in an fakeroot environment.
Field Summary | |
---|---|
protected java.lang.String |
architecture
|
protected java.lang.String |
buildprog
|
protected java.util.List<CommandType> |
commands
|
protected java.util.List<DebhelperType> |
debhelper
|
protected boolean |
debug
|
protected java.io.File |
destdir
|
protected java.io.File |
srcdir
|
Constructor Summary | |
---|---|
DebhelperTask()
|
Method Summary | |
---|---|
void |
addCommand(CommandType cmd)
The additional commands to execute |
void |
addDh(DebhelperType dh)
The debhelper scripts to execute |
void |
execute()
|
void |
setArchitecture(java.lang.String architecture)
The Debian architecture to build the package for |
void |
setDebug(boolean debug)
Enable debug output |
void |
setDestdir(java.io.File destdir)
The directory to place the package |
void |
setSrcdir(java.io.File srcdir)
The directory to build the package from |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean debug
protected java.io.File destdir
protected java.io.File srcdir
protected java.lang.String architecture
protected java.lang.String buildprog
protected java.util.List<DebhelperType> debhelper
protected java.util.List<CommandType> commands
Constructor Detail |
---|
public DebhelperTask()
Method Detail |
---|
public void execute() throws BuildException
BuildException
Task#execute()
public void addDh(DebhelperType dh)
dh
- public void addCommand(CommandType cmd)
cmd
- public void setDestdir(java.io.File destdir)
destdir
- public void setSrcdir(java.io.File srcdir)
srcdir
- public void setDebug(boolean debug)
debug
- public void setArchitecture(java.lang.String architecture)
architecture
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |