com.threerings.jpkg.debian.dependency
Class PackageConflicts

java.lang.Object
  extended by com.threerings.jpkg.debian.dependency.DependencyContainer
      extended by 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

Constructor Summary
PackageConflicts()
           
 
Method Summary
 void addConflict(PackageConflict conflict)
          Add a conflicts dependency.
 String getField()
          Returns the field of the Debian control file this data belongs in.
 
Methods inherited from class com.threerings.jpkg.debian.dependency.DependencyContainer
add, getFieldValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageConflicts

public PackageConflicts()
Method Detail

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.