public final class BinaryPackageControlFile extends ControlFile
userDefinedFieldNames, userDefinedFields, values| Constructor and Description |
|---|
BinaryPackageControlFile() |
BinaryPackageControlFile(InputStream input) |
BinaryPackageControlFile(String input) |
| Modifier and Type | Method and Description |
|---|---|
protected ControlField[] |
getFields() |
String |
getShortDescription()
Returns the short description of the package.
|
protected char |
getUserDefinedFieldLetter()
Returns the letter expected in the prefix of a user defined field
in order to include the field in this control file.
|
void |
set(String field,
String value) |
get, getMandatoryFields, getUserDefinedFieldName, getUserDefinedFieldNames, getUserDefinedFields, invalidFields, isUserDefinedField, isValid, parse, parse, toString, toStringpublic BinaryPackageControlFile()
public BinaryPackageControlFile(String input) throws IOException, ParseException
IOExceptionParseExceptionpublic BinaryPackageControlFile(InputStream input) throws IOException, ParseException
IOExceptionParseExceptionpublic void set(String field, String value)
set in class ControlFileprotected ControlField[] getFields()
getFields in class ControlFilepublic String getShortDescription()
protected char getUserDefinedFieldLetter()
ControlFilegetUserDefinedFieldLetter in class ControlFileCopyright © 2014. All rights reserved.