|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.threerings.jpkg.ant.dpkg.DpkgData
public class DpkgData
A data class providing PackageScript
objects meta information about the package
being created.
Constructor Summary | |
---|---|
DpkgData(String packageName,
String packageVersion,
String distribution,
String prefix)
|
Method Summary | |
---|---|
String |
distribution()
Returns the APT distribution the package is meant for. |
String |
packageName()
Returns the name of the package. |
String |
packageVersion()
Returns the version of the package. |
String |
prefix()
Returns the filesystem prefix the package is being installed into. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DpkgData(String packageName, String packageVersion, String distribution, String prefix)
Method Detail |
---|
public String packageName()
public String packageVersion()
public String distribution()
public String prefix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |