com.threerings.jpkg.ant.dpkg
Class DpkgData

java.lang.Object
  extended by com.threerings.jpkg.ant.dpkg.DpkgData

public class DpkgData
extends Object

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

DpkgData

public DpkgData(String packageName,
                String packageVersion,
                String distribution,
                String prefix)
Method Detail

packageName

public String packageName()
Returns the name of the package.


packageVersion

public String packageVersion()
Returns the version of the package.


distribution

public String distribution()
Returns the APT distribution the package is meant for.


prefix

public String prefix()
Returns the filesystem prefix the package is being installed into.



Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.