com.threerings.jpkg.debian.dependency
Class PackageConflicts
java.lang.Object
com.threerings.jpkg.debian.dependency.DependencyContainer
com.threerings.jpkg.debian.dependency.PackageConflicts
- All Implemented Interfaces:
- ControlFileData
public class PackageConflicts
- extends DependencyContainer
Holds a list of package conflicts. Used for the Debian package "Conflicts:" section.
- See Also:
- Debian Policy Manual
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageConflicts
public PackageConflicts()
addConflict
public void addConflict(PackageConflict conflict)
- Add a conflicts 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.