com.threerings.jpkg.debian
Interface ControlFileData

All Known Implementing Classes:
DependencyContainer, PackageArchitecture, PackageConflicts, PackageDependencies, PackageDescription, PackageMaintainer, PackageName, PackagePriority, PackageReplacements, PackageSection, PackageVersion

public interface ControlFileData

Data classes implementing this interface are expecting to have their data placed into the Debian control file in a package.


Method Summary
 String getField()
          Returns the field of the Debian control file this data belongs in.
 String getFieldValue()
          Returns the data in this class formatted for the Debian control file.
 

Method Detail

getField

String getField()
Returns the field of the Debian control file this data belongs in.


getFieldValue

String getFieldValue()
Returns the data in this class formatted for the Debian control file.



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