|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageScript
The generic representation of a Debian package maintainer script used in Ant tasks.
Method Summary | |
---|---|
boolean |
failOnError()
Whether to report the failure of this script to the package system. |
String |
getFriendlyName()
Returns a human readable name for this script. |
InputStream |
getSource(DpkgData data)
Returns the script text source. |
Set<MaintainerScript.Type> |
getTypes()
Returns the MaintainerScript.Type objects implemented by this script. |
Method Detail |
---|
String getFriendlyName()
Set<MaintainerScript.Type> getTypes()
MaintainerScript.Type
objects implemented by this script.
boolean failOnError()
InputStream getSource(DpkgData data) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |