com.threerings.jpkg.debian.dependency
Class PackageReplacements
java.lang.Object
com.threerings.jpkg.debian.dependency.DependencyContainer
com.threerings.jpkg.debian.dependency.PackageReplacements
- All Implemented Interfaces:
- ControlFileData
public class PackageReplacements
- extends DependencyContainer
Holds a list of package replacements, as expressed in Dependency objects. Used for the Debian
package "Replaces:" section.
- See Also:
- Debian Policy Manual
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageReplacements
public PackageReplacements()
addReplacement
public void addReplacement(PackageReplacement replacement)
- Add a replacement dependency.
getField
public String getField()
- Description copied from interface:
ControlFileData
- Returns the field of the Debian control file this data belongs in.
- Specified by:
getField
in interface ControlFileData
- Specified by:
getField
in class DependencyContainer
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.