|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
installtoolkit.InstallerGeneratorTask
installtoolkit.DebianPackageTask
public class DebianPackageTask
Field Summary | |
---|---|
protected java.lang.String |
architecture
|
protected java.io.File |
changelog
|
protected java.util.List<CommandType> |
commands
|
protected int |
compatlevel
|
protected java.io.File |
conffiles
|
protected java.util.List<Pattern> |
configfiles
|
protected java.io.File |
control
|
protected java.io.File |
copyright
|
protected java.util.List<DebhelperType> |
debhelper
|
protected java.lang.String |
depends
|
protected java.lang.String |
desktopdir
|
protected java.lang.String |
priority
|
protected java.lang.String |
recommends
|
protected java.lang.String |
section
|
protected java.util.List<LinkType> |
startmenue
|
protected java.lang.String |
suggests
|
Fields inherited from class installtoolkit.InstallerGeneratorTask |
---|
debug, descriptor, DESCRIPTOR_NAMESPACE, destdir, email, license, longDescription, manufacturer, packageName, schema, shortDescription, validate, version, workdir |
Constructor Summary | |
---|---|
DebianPackageTask()
|
Method Summary | |
---|---|
void |
addCommand(CommandType cmd)
Additional commands to execute |
void |
addDebhelper(DebhelperType dh)
Additional debhelper scripts to execute |
protected void |
build()
The build() method must be overridden by the concrete install-builder classes. |
void |
readDebTag(Element root)
This method should be overridden if the task needs informations from the <Deb> element of the descriptor file. |
void |
setArchitecture(java.lang.String architecture)
The Architecture to build the package for |
void |
setChangelog(java.io.File changelog)
Alternative changelog file |
void |
setCompatlevel(int compatlevel)
Alternative debhelper cpmpatibility level |
void |
setConffiles(java.io.File conffiles)
Alternative conffiles file |
void |
setControl(java.io.File control)
Alternative control file |
void |
setCopyright(java.io.File copyright)
Alternative copyright file |
Methods inherited from class installtoolkit.InstallerGeneratorTask |
---|
copy, createFilesetFromPatterns, execute, readPatterns, readWindowsTag, setDebug, setDescriptor, setDestdir, setSchema, setValidate, setVersion, setWorkdir |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File control
protected java.io.File changelog
protected java.io.File copyright
protected java.io.File conffiles
protected int compatlevel
protected java.lang.String desktopdir
protected java.lang.String architecture
protected java.util.List<DebhelperType> debhelper
protected java.util.List<CommandType> commands
protected java.util.List<Pattern> configfiles
protected java.lang.String section
protected java.lang.String priority
protected java.lang.String depends
protected java.lang.String recommends
protected java.lang.String suggests
protected java.util.List<LinkType> startmenue
Constructor Detail |
---|
public DebianPackageTask()
Method Detail |
---|
protected void build() throws java.lang.Exception
InstallerGeneratorTask
build
in class InstallerGeneratorTask
java.lang.Exception
InstallerGeneratorTask.build()
public void readDebTag(Element root)
InstallerGeneratorTask
readDebTag
in class InstallerGeneratorTask
public void addDebhelper(DebhelperType dh)
public void addCommand(CommandType cmd)
public void setChangelog(java.io.File changelog)
public void setCompatlevel(int compatlevel)
public void setConffiles(java.io.File conffiles)
public void setControl(java.io.File control)
public void setCopyright(java.io.File copyright)
public void setArchitecture(java.lang.String architecture)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |