|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.threerings.jpkg.debian.PackageArchitecture
public class PackageArchitecture
Holds and parses the Debian package architecture.
Constructor Summary | |
---|---|
PackageArchitecture(DebianArchitectures architecture)
Construct a new PackageArchitecture using an architecture defined in the DebianArchitecture enum. |
|
PackageArchitecture(String architecture)
Construct a new PackageArchitecture object with an arbitrary string representing the architecture this package is to be installed on. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageArchitecture(DebianArchitectures architecture)
public PackageArchitecture(String architecture)
Method Detail |
---|
public String getField()
ControlFileData
getField
in interface ControlFileData
public String getFieldValue()
ControlFileData
getFieldValue
in interface ControlFileData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |