- ChangeLog - Interface in net.sourceforge.javadpkg
 
- 
 The change log of a Debian package.
 
- ChangeLogBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the change log of a Debian package.
 
- ChangeLogBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogBuilderImpl
 
- 
 Creates a builder.
 
- ChangeLogConstants - Interface in net.sourceforge.javadpkg
 
- 
 The constants for the change log.
 
- ChangeLogImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogImpl
 
- 
 Creates a change log.
 
- ChangeLogInitialLineUnsupportedWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning that the format of the initial line of a version in the change log
 is unsupported.
 
- ChangeLogInitialLineUnsupportedWarning(String, String) - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogInitialLineUnsupportedWarning
 
- 
 Creates a warning.
 
- ChangeLogNoFormatWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning that the copyright doesn't contain any information about it's
 format.
 
- ChangeLogNoFormatWarning() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogNoFormatWarning
 
- 
 Creates a warning.
 
- ChangeLogParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the change log of a Debian package.
 
- ChangeLogParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogParserImpl
 
- 
 Creates a parser.
 
- ChangeLogUnsupportedLineWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning about an unsupported line in a change log.
 
- ChangeLogUnsupportedLineWarning(String) - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogUnsupportedLineWarning
 
- 
 Creates a warning.
 
- ChangeLogUrgency - Interface in net.sourceforge.javadpkg
 
- 
 The urgency of a version.
 
- ChangeLogUrgencyBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the urgency of an urgency.
 
- ChangeLogUrgencyBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogUrgencyBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogUrgencyBuilderImpl
 
- 
 Creates a builder.
 
- ChangeLogUrgencyParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the urgency.
 
- ChangeLogUrgencyParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogUrgencyParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogUrgencyParserImpl
 
- 
 Creates a parser.
 
- ChangeLogUrgencyUnsupportedWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning about an unsupported change log urgency.
 
- ChangeLogUrgencyUnsupportedWarning(String) - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogUrgencyUnsupportedWarning
 
- 
 Creates a warning.
 
- ChangeLogVersionEntry - Interface in net.sourceforge.javadpkg
 
- 
 The entry for one version of a Debian package.
 
- ChangeLogVersionEntryDetail - Interface in net.sourceforge.javadpkg
 
- 
 The detail of an entry of a change log version.
 
- ChangeLogVersionEntryDetailImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogVersionEntryDetailImpl(String) - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryDetailImpl
 
- 
 Creates a detail.
 
- ChangeLogVersionEntryImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ChangeLogVersionEntryImpl() - Constructor for class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Creates an entry.
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySource
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySwap
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataFileSource
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataFileTarget
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamSource
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamTarget
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.DataTempFileSwap
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.UncloseableInputStream
 
-  
 
- close() - Method in class net.sourceforge.javadpkg.io.impl.UncloseableOutputStream
 
-  
 
- closed() - Method in interface net.sourceforge.javadpkg.io.CloseHandler
 
- 
 Informs the handler that a stream was closed.
 
- closed() - Method in class net.sourceforge.javadpkg.io.impl.DelegateCloseHandler
 
-  
 
- CloseHandler - Interface in net.sourceforge.javadpkg.io
 
- 
 
- compare(DataStoreNode, DataStoreNode) - Method in class net.sourceforge.javadpkg.store.DataStoreNodeComparator
 
-  
 
- compressGzip(DataSource, DataTarget, int) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Compresses the content of the source to the target using GZIP until the
 complete content is compressed.
 
- compressGzip(DataSource, DataTarget, int, long, int) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Compresses the content of the source to the target using GZIP until the
 complete content is compressed.
 
- CONFFILES_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the configuration files file in the control information
 archive.
 
- CONFIG_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the configuration file in the control information archive.
 
- ConfigFiles - Interface in net.sourceforge.javadpkg
 
- 
 The configuration files which are managed by a package.
 
- ConfigFilesBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the configuration files.
 
- ConfigFilesBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ConfigFilesBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.ConfigFilesBuilderImpl
 
- 
 Creates a builder.
 
- ConfigFilesImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ConfigFilesImpl() - Constructor for class net.sourceforge.javadpkg.impl.ConfigFilesImpl
 
- 
 Creates the configuration files.
 
- ConfigFilesParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the configuration files.
 
- ConfigFilesParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ConfigFilesParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.ConfigFilesParserImpl
 
- 
 Creates a parser.
 
- consume(byte[], int) - Method in interface net.sourceforge.javadpkg.io.DataConsumer
 
- 
 Consume the data.
 
- consume(byte[], int) - Method in class net.sourceforge.javadpkg.io.impl.DataDigestConsumer
 
-  
 
- consume(byte[], int) - Method in class net.sourceforge.javadpkg.io.impl.DataStreamConsumer
 
-  
 
- Context - Interface in net.sourceforge.javadpkg
 
- 
 A context for various actions like parsing or building.
 
- ContextImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ContextImpl() - Constructor for class net.sourceforge.javadpkg.impl.ContextImpl
 
- 
 Creates a context.
 
- Control - Interface in net.sourceforge.javadpkg.control
 
- 
 The control of a Debian package.
 
- CONTROL_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
The entry for the control file in the control information archive.
 
- CONTROL_NAME - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The name of the file containing the control information of the Debian
 package without the extension.
 
- CONTROL_TAR_PREFIX - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The prefix of the file containing the control information of the Debian
 package.
 
- ControlBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for a control.
 
- ControlBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- ControlBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.ControlBuilderImpl
 
- 
 Creates a builder.
 
- ControlConstants - Interface in net.sourceforge.javadpkg.control
 
- 
 The constants of the control.
 
- ControlEmptyFieldWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning about a field in the control which is set, but empty.
 
- ControlEmptyFieldWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.ControlEmptyFieldWarning
 
- 
 Creates a warning.
 
- ControlParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for a control.
 
- ControlParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- ControlParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.ControlParserImpl
 
- 
 Creates a parser.
 
- ControlRecommendedFieldMissingWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning about an recommended field which is missing in the control file.
 
- ControlRecommendedFieldMissingWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.ControlRecommendedFieldMissingWarning
 
- 
 Creates a warning.
 
- ControlRecommendedFieldNotSetWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning about an recommended field which is not set in the control.
 
- ControlRecommendedFieldNotSetWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.ControlRecommendedFieldNotSetWarning
 
- 
 Creates a warning.
 
- ControlUnsupportedEntryWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning for an unsupported entry / file in the control of the Debian
 packages.
 
- ControlUnsupportedEntryWarning(String) - Constructor for class net.sourceforge.javadpkg.impl.ControlUnsupportedEntryWarning
 
- 
 Creates a warning.
 
- ControlUnsupportedFieldFoundWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning about an unsupported field in the control file.
 
- ControlUnsupportedFieldFoundWarning(String, String) - Constructor for class net.sourceforge.javadpkg.control.impl.ControlUnsupportedFieldFoundWarning
 
- 
 Creates a warning.
 
- ControlUnsupportedFieldIgnoredWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning about an unsupported field in the control which is ignored.
 
- ControlUnsupportedFieldIgnoredWarning(String, String) - Constructor for class net.sourceforge.javadpkg.control.impl.ControlUnsupportedFieldIgnoredWarning
 
- 
 Creates a warning.
 
- copy(InputStream, OutputStream) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Copies the content of the input stream to the output stream until the end
 of the input stream is reached.
 
- copy(InputStream, OutputStream, int, long) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Copies the content of the input stream to the output stream until the end
 of the input stream is reached.
 
- copy(DataSource, DataTarget) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Copies the content of the source to the target until the complete content
 is copied.
 
- copy(DataSource, DataTarget, int, long) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Copies the content of the source to the target until the complete content
 is copied.
 
- Copyright - Interface in net.sourceforge.javadpkg
 
- 
 The copyright of a Debian package.
 
- CopyrightBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the copyright of a Debian package.
 
- CopyrightBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- CopyrightBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightBuilderImpl
 
- 
 Creates a builder.
 
- CopyrightConstants - Interface in net.sourceforge.javadpkg
 
- 
 The constants for the copyright.
 
- CopyrightEmptyWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning if the copyright exists, but is empty.
 
- CopyrightEmptyWarning() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightEmptyWarning
 
- 
 Creates a warning.
 
- CopyrightImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- CopyrightImpl() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Creates a copyright.
 
- CopyrightLicense - Interface in net.sourceforge.javadpkg
 
- 
 A license in the copyright of a Debian package.
 
- CopyrightLicenseImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- CopyrightLicenseImpl() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
- 
 Creates a license.
 
- CopyrightParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the copyright of a Debian package.
 
- CopyrightParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- CopyrightParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightParserImpl
 
- 
 Creates a parser.
 
- CopyrightUnsupportedFieldWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 A warning for an unsupported field in the copyright.
 
- CopyrightUnsupportedFieldWarning(String, String) - Constructor for class net.sourceforge.javadpkg.impl.CopyrightUnsupportedFieldWarning
 
- 
 Creates a warning.
 
- CopyrightUnsupportedFormatWarning - Class in net.sourceforge.javadpkg.impl
 
- 
 The warning if a copyright has an unsupported format.
 
- CopyrightUnsupportedFormatWarning() - Constructor for class net.sourceforge.javadpkg.impl.CopyrightUnsupportedFormatWarning
 
- 
 Creates a warning.
 
- CopyrightUnsupportedFormatWarning(String) - Constructor for class net.sourceforge.javadpkg.impl.CopyrightUnsupportedFormatWarning
 
- 
 Creates a warning.
 
- createBufferedFileInputStream(File) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a buffered stream for reading from the specified file.
 
- createBufferedFileInputStream(File, int) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a buffered stream for reading from the specified file.
 
- createBufferedFileOutputStream(File) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a buffered stream for writing into the specified file.
 
- createBufferedFileOutputStream(File, int) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a buffered stream for writing into the specified file.
 
- createConsumer(DataTarget) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a consumer which puts its data into the specified target.
 
- createDebianPackageBuilder() - Method in interface net.sourceforge.javadpkg.DebianPackageBuilderFactory
 
- 
 Creates a builder for Debian packages.
 
- createDebianPackageBuilder() - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderFactoryImpl
 
-  
 
- createDebianPackageParser() - Method in interface net.sourceforge.javadpkg.DebianPackageParserFactory
 
- 
 Creates a parser for Debian packages.
 
- createDebianPackageParser() - Method in class net.sourceforge.javadpkg.impl.DebianPackageParserFactoryImpl
 
-  
 
- createDirectoryMetaData(String, FileOwner, FileMode, Date) - Static method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data for a directory.
 
- createFileHashes(MessageDigest) - Method in interface net.sourceforge.javadpkg.store.DataStore
 
- 
 Creates the hashes for all files in the store using the specified digest.
 
- createFileHashes(MessageDigest) - Method in class net.sourceforge.javadpkg.store.DataStoreImpl
 
-  
 
- createFileHashes(MessageDigest) - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Creates the file hashes for all files within the directory and its
 sub-directories (if this node represents a directory) or for the file (if
 this node represents a file).
 
- createFileMetaData(String, FileOwner, FileMode, long, Date) - Static method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data for a regular file.
 
- createProducer(DataSource) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a producer which gets its data from the specified source.
 
- createResourceDataSource(Package, ClassLoader, String) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a source on a resource.
 
- createResourceDataSource(Class<?>, String) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a source on a resource.
 
- createResourceInputStream(Package, ClassLoader, String) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a stream on a resource.
 
- createResourceInputStream(Class<?>, String) - Static method in class net.sourceforge.javadpkg.io.Streams
 
- 
 Creates a stream on a resource.
 
- createSymbolicLinkMetaData(String, String, FileOwner, FileMode, Date) - Static method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data for a symbolic link.
 
- Field - Interface in net.sourceforge.javadpkg.field
 
- 
 A field having a name and a value.
 
- FIELD_ARCHITECTURE - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the architecture.
 
- FIELD_BREAKS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the break dependencies.
 
- FIELD_BUGS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the bugs.
 
- FIELD_BUILT_USING - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the built-using dependencies.
 
- FIELD_CHOICES - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key for the field "Choices".
 
- FIELD_CHOICES_PREFIX - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key prefix for the field "Choices-".
 
- FIELD_COMMENT - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Comment".
 
- FIELD_CONFLICTS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the conflict dependencies.
 
- FIELD_COPYRIGHT - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Copyright".
 
- FIELD_DEFAULT - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key for the field "Default".
 
- FIELD_DEFAULT_PREFIX - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key prefix for the field "Default-".
 
- FIELD_DEPENDS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the dependencies.
 
- FIELD_DESCRIPTION - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the description.
 
- FIELD_DESCRIPTION - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key for the field "Description".
 
- FIELD_DESCRIPTION_PREFIX - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key prefix for the field "Description-".
 
- FIELD_DISCLAIMER - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Disclaimer".
 
- FIELD_ENHANCES - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the enhancement dependencies.
 
- FIELD_ESSENTIAL - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the essential flag.
 
- FIELD_FILES - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Files".
 
- FIELD_FORMAT - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Format".
 
- FIELD_HOMEPAGE - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the home-page.
 
- FIELD_INSTALLED_SIZE - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the installed size.
 
- FIELD_LICENSE - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "License".
 
- FIELD_MAINTAINER - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the maintainer.
 
- FIELD_MODALIASES - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the module aliases.
 
- FIELD_MULTI_ARCH - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the multiple architectures.
 
- FIELD_ORIG_MAINTAINER - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the original maintainer.
 
- FIELD_ORIGIN - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the origin.
 
- FIELD_ORIGINAL_MAINTAINER - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the original maintainer.
 
- FIELD_PACKAGE - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the package.
 
- FIELD_PRE_DEPENDS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the pre-dependencies.
 
- FIELD_PRIORITY - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the priority.
 
- FIELD_PROVIDES - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the provided package (virtual package).
 
- FIELD_PYTHON_VERSION - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the Python version.
 
- FIELD_RECOMMENDS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the recommended dependencies.
 
- FIELD_REPLACES - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the replace package.
 
- FIELD_SECTION - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the section.
 
- FIELD_SOURCE - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the source.
 
- FIELD_SOURCE - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Source".
 
- FIELD_SUGGESTS - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the suggested dependencies.
 
- FIELD_TAG - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the tag.
 
- FIELD_TEMPLATE - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key for the field "Template".
 
- FIELD_TYPE - Static variable in interface net.sourceforge.javadpkg.TemplatesConstants
 
- 
The key for the field "Type".
 
- FIELD_UPSTREAM_CONTACT - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Upstream-Contact".
 
- FIELD_UPSTREAM_NAME - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The field "Upstream-Name".
 
- FIELD_VERSION - Static variable in interface net.sourceforge.javadpkg.control.ControlConstants
 
- 
The name of the field for the version.
 
- FieldBuilder - Interface in net.sourceforge.javadpkg.field
 
- 
 A builder for fields.
 
- FieldBuilderImpl - Class in net.sourceforge.javadpkg.field.impl
 
- 
 
- FieldBuilderImpl() - Constructor for class net.sourceforge.javadpkg.field.impl.FieldBuilderImpl
 
- 
 Creates a builder.
 
- FieldImpl - Class in net.sourceforge.javadpkg.field.impl
 
- 
 
- FieldImpl(String, String) - Constructor for class net.sourceforge.javadpkg.field.impl.FieldImpl
 
- 
 Creates a field.
 
- FieldImpl(String, String, boolean) - Constructor for class net.sourceforge.javadpkg.field.impl.FieldImpl
 
- 
 Creates a field.
 
- FieldParser - Interface in net.sourceforge.javadpkg.field
 
- 
 A parser for fields.
 
- FieldParserImpl - Class in net.sourceforge.javadpkg.field.impl
 
- 
 
- FieldParserImpl(boolean, boolean, boolean) - Constructor for class net.sourceforge.javadpkg.field.impl.FieldParserImpl
 
- 
 Creates a parser.
 
- FieldType - Enum in net.sourceforge.javadpkg.field
 
- 
 The type of a field.
 
- FILE_MODE - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
The mode (access rights) for a normal file.
 
- FileHash - Interface in net.sourceforge.javadpkg.store
 
- 
 
- FileHashImpl - Class in net.sourceforge.javadpkg.store
 
- 
 
- FileHashImpl(String, String, byte[]) - Constructor for class net.sourceforge.javadpkg.store.FileHashImpl
 
- 
 Creates a file hash.
 
- FileMetaData - Interface in net.sourceforge.javadpkg.io
 
- 
 The meta data of a file or directory.
 
- FileMetaDataImpl - Class in net.sourceforge.javadpkg.io.impl
 
- 
 
- FileMetaDataImpl(String, String, FileOwner, FileMode, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a directory.
 
- FileMetaDataImpl(FileMetaData, String, FileOwner, FileMode, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a directory.
 
- FileMetaDataImpl(String, String, FileOwner, FileMode, long, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a regular file.
 
- FileMetaDataImpl(FileMetaData, String, FileOwner, FileMode, long, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a regular file.
 
- FileMetaDataImpl(String, String, String, FileOwner, FileMode, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a symbolic link.
 
- FileMetaDataImpl(FileMetaData, String, String, FileOwner, FileMode, Date) - Constructor for class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
- 
 Creates the meta data of a symbolic link.
 
- FileMode - Interface in net.sourceforge.javadpkg.io
 
- 
 The mode of a file.
 
- FileModeImpl - Class in net.sourceforge.javadpkg.io.impl
 
- 
 
- FileModeImpl(int) - Constructor for class net.sourceforge.javadpkg.io.impl.FileModeImpl
 
- 
 Creates the mode of a file.
 
- FileOwner - Interface in net.sourceforge.javadpkg.io
 
- 
 The owner of a file.
 
- FileOwnerImpl - Class in net.sourceforge.javadpkg.io.impl
 
- 
 
- FileOwnerImpl(long, String, long, String) - Constructor for class net.sourceforge.javadpkg.io.impl.FileOwnerImpl
 
- 
 Creates a file owner.
 
- FilesCopyright - Interface in net.sourceforge.javadpkg
 
- 
 The copyright for certain files of a Debian package.
 
- FilesCopyrightImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- FilesCopyrightImpl() - Constructor for class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
- 
 Creates a copyright for certain files of a Debian package.
 
- flush() - Method in class net.sourceforge.javadpkg.io.impl.UncloseableOutputStream
 
-  
 
- FORMAT_V1_0 - Static variable in interface net.sourceforge.javadpkg.CopyrightConstants
 
- 
The format version 1.0.
 
- formatValue(String) - Method in class net.sourceforge.javadpkg.field.impl.AbstractField
 
- 
 Formats the specified value.
 
- getAbsolutePath() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the absolute path consisting of the path and the name of the
 file.
 
- getAbsolutePath() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getAddress() - Method in interface net.sourceforge.javadpkg.control.PackageMaintainer
 
- 
 Returns the mail address of the maintainer.
 
- getArchitecture() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the architecture.
 
- getArchitecture() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getBreaks() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which will "broken" by this package.
 
- getBreaks() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getBuiltUsing() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which were used to built this package.
 
- getBuiltUsing() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getBytes() - Method in class net.sourceforge.javadpkg.control.Size
 
- 
 Returns the size in bytes.
 
- getChangeLog() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the change log of this package.
 
- getChangeLog() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getChangeLogGzipPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the GZIP compressed change log file.
 
- getChangeLogGzipPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getChangeLogHtmlGzipPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the GZIP compressed HTML formatted change log file.
 
- getChangeLogHtmlGzipPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getChangeLogHtmlPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the HTML formatted change log file.
 
- getChangeLogHtmlPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getChangeLogPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the change log file.
 
- getChangeLogPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getChildNodeByName(String) - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Returns the child node with the specified name.
 
- getChoices() - Method in interface net.sourceforge.javadpkg.Template
 
- 
 Returns the choices.
 
- getComment() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the comment.
 
- getComment() - Method in interface net.sourceforge.javadpkg.CopyrightLicense
 
- 
 Returns the comment.
 
- getComment() - Method in interface net.sourceforge.javadpkg.FilesCopyright
 
- 
 Returns the comment.
 
- getComment() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getComment() - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
-  
 
- getComment() - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
-  
 
- getCondition() - Method in interface net.sourceforge.javadpkg.control.PackageDependency
 
- 
 Returns the condition.
 
- getConditionPackageDependencies() - Method in interface net.sourceforge.javadpkg.control.PackageDependency
 
- 
 Returns the package dependencies for the condition.
 
- getConfig() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the script for the configuration of the package.
 
- getConfig() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getConfigFiles() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the configuration files which are managed by this package.
 
- getConfigFiles() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getConflicts() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which will be in conflict with this package.
 
- getConflicts() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getControl() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the control of the package.
 
- getControl() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getCopyright() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the copyright.
 
- getCopyright() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the copyright of this package.
 
- getCopyright() - Method in interface net.sourceforge.javadpkg.FilesCopyright
 
- 
 Returns the copyright.
 
- getCopyright() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getCopyright() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getCopyright() - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
-  
 
- getCopyrightPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the copyright file.
 
- getCopyrightPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getDate() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the date.
 
- getDate() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getDebianRevision() - Method in interface net.sourceforge.javadpkg.control.PackageVersion
 
- 
 Returns the version of the Debian package based on the upstream version.
 
- getDefaultValue() - Method in interface net.sourceforge.javadpkg.Template
 
- 
 Returns the default values.
 
- getDepends() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages on which this package depends on.
 
- getDepends() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getDescription() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the description.
 
- getDescription() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getDescriptions() - Method in interface net.sourceforge.javadpkg.Template
 
- 
 Returns the descriptions.
 
- getDetails() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the details.
 
- getDetails() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getDisclaimer() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the disclaimer.
 
- getDisclaimer() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getDistributions() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the distributions.
 
- getDistributions() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getDocumentBasePath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the base path of the document folder.
 
- getDocumentBasePath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getDocumentPath() - Method in interface net.sourceforge.javadpkg.DocumentPaths
 
- 
 Returns the path of the document folder of the Debian package.
 
- getDocumentPath() - Method in class net.sourceforge.javadpkg.impl.DocumentPathsImpl
 
-  
 
- getEnhances() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which are enhanced in their functionality by this
 package.
 
- getEnhances() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getEntries() - Method in interface net.sourceforge.javadpkg.ChangeLog
 
- 
 Returns the entries for the different versions, one entry for each
 version.
 
- getEntries() - Method in class net.sourceforge.javadpkg.impl.ChangeLogImpl
 
-  
 
- getEpoch() - Method in interface net.sourceforge.javadpkg.control.PackageVersion
 
- 
 Returns the epoch of the version.
 
- getEssential() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 The flag if the package is essential for the system and can't be removed.
 
- getEssential() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getFileFormatVersion() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the version of the file format.
 
- getFileFormatVersion() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getFiles() - Method in interface net.sourceforge.javadpkg.FilesCopyright
 
- 
 Returns the patterns for which files the copyright applies.
 
- getFiles() - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
-  
 
- getFilesCopyrights() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the copyrights for certain files of a Debian package.
 
- getFilesCopyrights() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getFormat() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the format of the copyright.
 
- getFormat() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getFormattedValue() - Method in interface net.sourceforge.javadpkg.field.Field
 
- 
 Returns the value.
 
- getFormattedValue() - Method in class net.sourceforge.javadpkg.field.impl.AbstractField
 
-  
 
- getGroupId() - Method in interface net.sourceforge.javadpkg.io.FileOwner
 
- 
 Returns the group ID.
 
- getGroupId() - Method in class net.sourceforge.javadpkg.io.impl.FileOwnerImpl
 
-  
 
- getGroupName() - Method in interface net.sourceforge.javadpkg.io.FileOwner
 
- 
 Returns the group name.
 
- getGroupName() - Method in class net.sourceforge.javadpkg.io.impl.FileOwnerImpl
 
-  
 
- getHash() - Method in interface net.sourceforge.javadpkg.store.FileHash
 
- 
 Returns the hash of the content.
 
- getHash() - Method in class net.sourceforge.javadpkg.store.FileHashImpl
 
-  
 
- getHashAsHex() - Method in interface net.sourceforge.javadpkg.store.FileHash
 
- 
 Returns the hash of the content as hex number.
 
- getHashAsHex() - Method in class net.sourceforge.javadpkg.store.FileHashImpl
 
-  
 
- getHomepage() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the homepage.
 
- getHomepage() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getInputStream() - Method in interface net.sourceforge.javadpkg.io.DataSource
 
- 
 Returns a stream for reading the data.
 
- getInputStream() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySource
 
-  
 
- getInputStream() - Method in class net.sourceforge.javadpkg.io.impl.DataFileSource
 
-  
 
- getInputStream() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamSource
 
-  
 
- getInstalledSize() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns an estimate of the total amount of disk space required to install
 this package.
 
- getInstalledSize() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getKiloBytes() - Method in class net.sourceforge.javadpkg.control.Size
 
- 
 Returns the size in kilobytes.
 
- getLastModifiedDate() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the timestamp of the last modification.
 
- getLastModifiedDate() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getLength() - Method in interface net.sourceforge.javadpkg.io.DataSource
 
- 
 Returns the length of the data which can be read from the source in
 bytes.
 
- getLength() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the of the file in bytes.
 
- getLength() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySource
 
-  
 
- getLength() - Method in class net.sourceforge.javadpkg.io.impl.DataFileSource
 
-  
 
- getLength() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamSource
 
-  
 
- getLength() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getLicense() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the license.
 
- getLicense() - Method in interface net.sourceforge.javadpkg.FilesCopyright
 
- 
 Returns the license.
 
- getLicense() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getLicense() - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
-  
 
- getLicenses() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the licenses referred by this copyright or one of copyrights for
 certain files.
 
- getLicenses() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getLines() - Method in class net.sourceforge.javadpkg.impl.ScriptImpl
 
-  
 
- getLines() - Method in interface net.sourceforge.javadpkg.Script
 
- 
 Returns the lines of the script.
 
- getMaintainer() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the maintainer.
 
- getMaintainer() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the maintainer.
 
- getMaintainer() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getMaintainer() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getMD5Sums() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the MD5 sums.
 
- getMD5Sums() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getMode() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the mode of the file.
 
- getMode() - Method in interface net.sourceforge.javadpkg.io.FileMode
 
- 
 Returns the mode as number including all octals.
 
- getMode() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getMode() - Method in class net.sourceforge.javadpkg.io.impl.FileModeImpl
 
-  
 
- getModeAsText() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the textual representation of the mode including the directory
 flag.
 
- getModeAsText() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getModuleAliases() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the module aliases.
 
- getModuleAliases() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getMultiArchitecture() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the multiple architecture property.
 
- getMultiArchitecture() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getName() - Method in interface net.sourceforge.javadpkg.control.PackageMaintainer
 
- 
 Returns the name of the maintainer.
 
- getName() - Method in interface net.sourceforge.javadpkg.control.PackageName
 
- 
 Returns the name as text.
 
- getName() - Method in interface net.sourceforge.javadpkg.CopyrightLicense
 
- 
 Returns the name of the license.
 
- getName() - Method in interface net.sourceforge.javadpkg.field.Field
 
- 
 Returns the name.
 
- getName() - Method in class net.sourceforge.javadpkg.field.impl.EmptyField
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.field.impl.FieldImpl
 
- 
 Returns the name.
 
- getName() - Method in class net.sourceforge.javadpkg.field.impl.NamelessField
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
-  
 
- getName() - Method in interface net.sourceforge.javadpkg.io.DataConsumer
 
- 
 Returns the name of the consumer in the exception (if one is thrown).
 
- getName() - Method in interface net.sourceforge.javadpkg.io.DataProducer
 
- 
 Returns the name of the producer in the exception (if one is thrown).
 
- getName() - Method in interface net.sourceforge.javadpkg.io.DataSource
 
- 
 Returns the name of the source.
 
- getName() - Method in interface net.sourceforge.javadpkg.io.DataTarget
 
- 
 Returns the name of the source.
 
- getName() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the name of the file.
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySource
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataDigestConsumer
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataFileSource
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataFileTarget
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamConsumer
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamProducer
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamSource
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamTarget
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getName() - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Returns the name.
 
- getName() - Method in interface net.sourceforge.javadpkg.store.FileHash
 
- 
 Returns the name of the source.
 
- getName() - Method in class net.sourceforge.javadpkg.store.FileHashImpl
 
-  
 
- getName() - Method in interface net.sourceforge.javadpkg.Template
 
- 
 Returns the name of the template.
 
- getOctal() - Method in interface net.sourceforge.javadpkg.io.FileMode
 
- 
 Returns the mode as an octal number consisting only of the last 3 octals.
 
- getOctal() - Method in class net.sourceforge.javadpkg.io.impl.FileModeImpl
 
-  
 
- getOriginalMaintainer() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the original maintainer.
 
- getOriginalMaintainer() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getOutputStream() - Method in interface net.sourceforge.javadpkg.io.DataTarget
 
- 
 Returns a stream for writing the data.
 
- getOutputStream() - Method in class net.sourceforge.javadpkg.io.impl.DataFileTarget
 
-  
 
- getOutputStream() - Method in class net.sourceforge.javadpkg.io.impl.DataStreamTarget
 
-  
 
- getOwner() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the owner of the file.
 
- getOwner() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getPackage() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the name of the package.
 
- getPackage() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the name of the binary package.
 
- getPackage() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getPackage() - Method in interface net.sourceforge.javadpkg.control.PackageDependency
 
- 
 Returns the name of the package.
 
- getPackage() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getParentNode() - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Returns the parent node.
 
- getPath() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the path of the file excluding the name.
 
- getPath() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getPath() - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Returns the path.
 
- getPath() - Method in interface net.sourceforge.javadpkg.store.FileHash
 
- 
 Returns the path in the target system.
 
- getPath() - Method in class net.sourceforge.javadpkg.store.FileHashImpl
 
-  
 
- getPostInstall() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the script which will be executed after the package is installed.
 
- getPostInstall() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getPostRemove() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the script which will be executed after the package is removed.
 
- getPostRemove() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getPreDepends() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which must be installed before this package is
 installed.
 
- getPreDepends() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getPreInstall() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the script which will be executed before the package is
 installed.
 
- getPreInstall() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getPreRemove() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the script which will be executed before the package is removed.
 
- getPreRemove() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getPriority() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the priority.
 
- getPriority() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getProvides() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the virtual packages which are provided by this package.
 
- getProvides() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getRecommends() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which this package has a strong, but not absolute,
 dependency.
 
- getRecommends() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getRelationOperator() - Method in interface net.sourceforge.javadpkg.control.PackageDependency
 
- 
 Returns the relational operator.
 
- getReplaces() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which are replaced by this package.
 
- getReplaces() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getSection() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the section.
 
- getSection() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getSharedLibraries() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the shared libraries of this package.
 
- getSharedLibraries() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getSize() - Method in interface net.sourceforge.javadpkg.store.DataStore
 
- 
 Returns the size of all files added to the store.
 
- getSize() - Method in class net.sourceforge.javadpkg.store.DataStoreImpl
 
-  
 
- getSize() - Method in class net.sourceforge.javadpkg.store.DataStoreNode
 
- 
 Returns the size of the files under this node and its sub-nodes.
 
- getSizeInBytes(long) - Static method in class net.sourceforge.javadpkg.control.Size
 
- 
 Returns the size for the specified number of bytes.
 
- getSizeInKiloBytes(long) - Static method in class net.sourceforge.javadpkg.control.Size
 
- 
 Returns the size for the specified number of kilobytes.
 
- getSource() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the source package dependency.
 
- getSource() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getSource() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the source.
 
- getSource() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getSource() - Method in interface net.sourceforge.javadpkg.io.DataSwap
 
- 
 Returns the source.
 
- getSource() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySwap
 
-  
 
- getSource() - Method in class net.sourceforge.javadpkg.io.impl.DataTempFileSwap
 
-  
 
- getStickyBit() - Method in interface net.sourceforge.javadpkg.io.FileMode
 
- 
 Returns the sticky bit.
 
- getStickyBit() - Method in class net.sourceforge.javadpkg.io.impl.FileModeImpl
 
-  
 
- getSuggests() - Method in interface net.sourceforge.javadpkg.control.BinaryControl
 
- 
 Returns the packages which this package suggests to install for enhancing
 its functionality.
 
- getSuggests() - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
-  
 
- getSymbols() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the symbols of the shared libraries of this package.
 
- getSymbols() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getTarget() - Method in interface net.sourceforge.javadpkg.io.DataSwap
 
- 
 Returns the target.
 
- getTarget() - Method in class net.sourceforge.javadpkg.io.impl.DataByteArraySwap
 
-  
 
- getTarget() - Method in class net.sourceforge.javadpkg.io.impl.DataTempFileSwap
 
-  
 
- getTargetPath() - Method in interface net.sourceforge.javadpkg.io.FileMetaData
 
- 
 Returns the target path of the symbolic link.
 
- getTargetPath() - Method in class net.sourceforge.javadpkg.io.impl.FileMetaDataImpl
 
-  
 
- getTemplates() - Method in interface net.sourceforge.javadpkg.DebianPackage
 
- 
 Returns the templates for asking the user questions about the
 configuration.
 
- getTemplates() - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
-  
 
- getTemplates() - Method in interface net.sourceforge.javadpkg.Templates
 
- 
 Returns the templates.
 
- getText() - Method in interface net.sourceforge.javadpkg.ChangeLogUrgency
 
- 
 Returns the text for the urgency.
 
- getText() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntryDetail
 
- 
 Returns the text.
 
- getText() - Method in interface net.sourceforge.javadpkg.ConfigFiles
 
- 
 Returns the configuration files as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.Architecture
 
- 
 Returns the architecture as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.Description
 
- 
 Returns the text of the description.
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ArchitectureUnsupportedWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ControlEmptyFieldWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ControlRecommendedFieldMissingWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ControlRecommendedFieldNotSetWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ControlUnsupportedFieldFoundWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.ControlUnsupportedFieldIgnoredWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.PackageMultiArchitectureUnsupportedWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.PackagePriorityUnsupportedWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.control.impl.SectionUnsupportedWarning
 
-  
 
- getText() - Method in interface net.sourceforge.javadpkg.control.PackageMultiArchitecture
 
- 
 Returns the multiple architecture property as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.PackagePriority
 
- 
 Returns the priority as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.PackageVersion
 
- 
 Returns the version as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.PackageVersionRelationOperator
 
- 
 Returns the comparator as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.control.Section
 
- 
 Returns the section as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.CopyrightLicense
 
- 
 Returns the text of the license.
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ChangeLogInitialLineUnsupportedWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ChangeLogNoFormatWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ChangeLogUnsupportedLineWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ChangeLogUrgencyUnsupportedWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryDetailImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ConfigFilesImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ControlUnsupportedEntryWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.CopyrightEmptyWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.CopyrightUnsupportedFieldWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.CopyrightUnsupportedFormatWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.MD5SumsImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.ScriptImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.SharedLibrariesImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.SymbolsEntryImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.SymbolsImpl
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.TemplatesDuplicatedTemplateWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.TemplatesMissingFieldWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.TemplatesUnsupportFieldNameWarning
 
-  
 
- getText() - Method in class net.sourceforge.javadpkg.impl.TemplateTypeUnsupportedWarning
 
-  
 
- getText() - Method in interface net.sourceforge.javadpkg.io.FileMode
 
- 
 Returns the mode as textual representation excluding the "sticky
 bit".
 
- getText() - Method in class net.sourceforge.javadpkg.io.impl.FileModeImpl
 
-  
 
- getText() - Method in interface net.sourceforge.javadpkg.MD5Sums
 
- 
 Returns the MD5 sums as text.
 
- getText() - Method in class net.sourceforge.javadpkg.replace.ReplacementVariableUnknownWarning
 
-  
 
- getText() - Method in interface net.sourceforge.javadpkg.Script
 
- 
 Returns the script as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.SharedLibraries
 
- 
 Returns the shared libraries as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.Symbols
 
- 
 Returns the symbols as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.SymbolsEntry
 
- 
 Returns the entry as text.
 
- getText() - Method in interface net.sourceforge.javadpkg.TemplateType
 
- 
 Returns the text of the type.
 
- getText() - Method in interface net.sourceforge.javadpkg.Warning
 
- 
 Returns the warning as text.
 
- getType() - Method in interface net.sourceforge.javadpkg.Template
 
- 
 Returns the type.
 
- getTypeMultiselect() - Method in class net.sourceforge.javadpkg.impl.TemplateTypeParserImpl
 
-  
 
- getTypeMultiselect() - Method in interface net.sourceforge.javadpkg.TemplateTypeParser
 
- 
 Returns the template type for the multiple select.
 
- getTypeSelect() - Method in class net.sourceforge.javadpkg.impl.TemplateTypeParserImpl
 
-  
 
- getTypeSelect() - Method in interface net.sourceforge.javadpkg.TemplateTypeParser
 
- 
 Returns the template type for the select.
 
- getUpstreamContact() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the upstream contact.
 
- getUpstreamContact() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getUpstreamName() - Method in interface net.sourceforge.javadpkg.Copyright
 
- 
 Returns the name upstream uses for the software.
 
- getUpstreamName() - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
-  
 
- getUpstreamVersion() - Method in interface net.sourceforge.javadpkg.control.PackageVersion
 
- 
 Returns the upstream version which is the main part of the version
 number.
 
- getUrgency() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the urgency of the version.
 
- getUrgency() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getURL() - Method in interface net.sourceforge.javadpkg.control.Homepage
 
- 
 Returns the URL of the home-page.
 
- getUserId() - Method in interface net.sourceforge.javadpkg.io.FileOwner
 
- 
 Returns the user ID.
 
- getUserId() - Method in class net.sourceforge.javadpkg.io.impl.FileOwnerImpl
 
-  
 
- getUserName() - Method in interface net.sourceforge.javadpkg.io.FileOwner
 
- 
 Returns the user name.
 
- getUserName() - Method in class net.sourceforge.javadpkg.io.impl.FileOwnerImpl
 
-  
 
- getValue() - Method in interface net.sourceforge.javadpkg.field.Field
 
- 
 Returns the value.
 
- getValue() - Method in class net.sourceforge.javadpkg.field.impl.EmptyField
 
-  
 
- getValue() - Method in class net.sourceforge.javadpkg.field.impl.FieldImpl
 
- 
 Returns the value.
 
- getValue() - Method in class net.sourceforge.javadpkg.field.impl.NamelessField
 
-  
 
- getValue(String) - Method in interface net.sourceforge.javadpkg.replace.Replacements
 
- 
 Returns the value for the variable with the specified name.
 
- getValue(String) - Method in class net.sourceforge.javadpkg.replace.ReplacementsMap
 
-  
 
- getVersion() - Method in interface net.sourceforge.javadpkg.ChangeLogVersionEntry
 
- 
 Returns the version.
 
- getVersion() - Method in interface net.sourceforge.javadpkg.control.Control
 
- 
 Returns the version of the package.
 
- getVersion() - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
-  
 
- getVersion() - Method in interface net.sourceforge.javadpkg.control.PackageDependency
 
- 
 Returns the version.
 
- getVersion() - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
-  
 
- getWarnings() - Method in interface net.sourceforge.javadpkg.Context
 
- 
 Returns a list of all warnings added to this context.
 
- getWarnings() - Method in class net.sourceforge.javadpkg.impl.ContextImpl
 
-  
 
- GlobalConstants - Interface in net.sourceforge.javadpkg
 
- 
 The global constants which are used by all classes of the library.
 
- PackageDependency - Interface in net.sourceforge.javadpkg.control
 
- 
 The dependency of a package to other packages.
 
- PackageDependency.Condition - Enum in net.sourceforge.javadpkg.control
 
- 
 A condition for a package dependency.
 
- PackageDependencyBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 Builds the package dependency.
 
- PackageDependencyBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageDependencyBuilderImpl(PackageNameBuilder, PackageVersionRelationOperatorBuilder, PackageVersionBuilder) - Constructor for class net.sourceforge.javadpkg.control.impl.PackageDependencyBuilderImpl
 
- 
 Creates a builder.
 
- PackageDependencyParser - Interface in net.sourceforge.javadpkg.control
 
- 
 Parses the package dependency.
 
- PackageDependencyParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageDependencyParserImpl(PackageNameParser, PackageVersionRelationOperatorParser, PackageVersionParser) - Constructor for class net.sourceforge.javadpkg.control.impl.PackageDependencyParserImpl
 
- 
 Creates a parser.
 
- PackageMaintainer - Interface in net.sourceforge.javadpkg.control
 
- 
 The package maintainer's name and email address.
 
- PackageMaintainerBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the package maintainer.
 
- PackageMaintainerBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageMaintainerBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageMaintainerBuilderImpl
 
- 
 Creates a builder.
 
- PackageMaintainerParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for the maintainer of a package.
 
- PackageMaintainerParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageMaintainerParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageMaintainerParserImpl
 
- 
 Creates a parser.
 
- PackageMultiArchitecture - Interface in net.sourceforge.javadpkg.control
 
- 
 The property for controlling packages which can be used for multiple
 architectures.
 
- PackageMultiArchitectureBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the multiple architecture of a package.
 
- PackageMultiArchitectureBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageMultiArchitectureBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageMultiArchitectureBuilderImpl
 
- 
 Creates a builder.
 
- PackageMultiArchitectureParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for the multiple architecture property.
 
- PackageMultiArchitectureParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageMultiArchitectureParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageMultiArchitectureParserImpl
 
- 
 Creates a parser.
 
- PackageMultiArchitectureUnsupportedWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning for an multiple architecture property.
 
- PackageMultiArchitectureUnsupportedWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.PackageMultiArchitectureUnsupportedWarning
 
- 
 Creates a warning.
 
- PackageName - Interface in net.sourceforge.javadpkg.control
 
- 
 The name of a package.
 
- PackageNameBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the name of a package.
 
- PackageNameBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageNameBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageNameBuilderImpl
 
- 
 Creates a builder.
 
- PackageNameParser - Interface in net.sourceforge.javadpkg.control
 
- 
 Parses the name of a package.
 
- PackageNameParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageNameParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageNameParserImpl
 
- 
 Creates a parser.
 
- PackagePriority - Interface in net.sourceforge.javadpkg.control
 
- 
 The priority how important it is that the user have the package installed.
 
- PackagePriorityBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the package priority.
 
- PackagePriorityBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackagePriorityBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackagePriorityBuilderImpl
 
- 
 Creates a builder.
 
- PackagePriorityParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for the package priority.
 
- PackagePriorityParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackagePriorityParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackagePriorityParserImpl
 
- 
 Creates a parser.
 
- PackagePriorityUnsupportedWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning for an unsupported package priority.
 
- PackagePriorityUnsupportedWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.PackagePriorityUnsupportedWarning
 
- 
 Creates a warning.
 
- PackageVersion - Interface in net.sourceforge.javadpkg.control
 
- 
 The version number of a package.
 
- PackageVersionBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the package version.
 
- PackageVersionBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageVersionBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageVersionBuilderImpl
 
- 
 Creates a builder.
 
- PackageVersionParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for the package version.
 
- PackageVersionParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageVersionParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageVersionParserImpl
 
- 
 Creates a parser.
 
- PackageVersionRelationOperator - Interface in net.sourceforge.javadpkg.control
 
- 
 The relational operator for package versions.
 
- PackageVersionRelationOperatorBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for the relation operator.
 
- PackageVersionRelationOperatorBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageVersionRelationOperatorBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageVersionRelationOperatorBuilderImpl
 
- 
 Creates a builder.
 
- PackageVersionRelationOperatorParser - Interface in net.sourceforge.javadpkg.control
 
- 
 A parser for the relation operator.
 
- PackageVersionRelationOperatorParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- PackageVersionRelationOperatorParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.PackageVersionRelationOperatorParserImpl
 
- 
 Creates a parser.
 
- parseArchitecture(String, Context) - Method in interface net.sourceforge.javadpkg.control.ArchitectureParser
 
- 
 Parses the architecture.
 
- parseArchitecture(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.ArchitectureParserImpl
 
-  
 
- parseChangeLog(DataSource, Context) - Method in interface net.sourceforge.javadpkg.ChangeLogParser
 
- 
 Parses the change log from the specified source.
 
- parseChangeLog(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.ChangeLogParserImpl
 
-  
 
- parseChangeLogHtml(DataSource, Context) - Method in interface net.sourceforge.javadpkg.ChangeLogParser
 
- 
 Parses the change log from the specified source as HTML.
 
- parseChangeLogHtml(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.ChangeLogParserImpl
 
-  
 
- parseChangeLogUrgency(String, Context) - Method in interface net.sourceforge.javadpkg.ChangeLogUrgencyParser
 
- 
 Parses an urgency.
 
- parseChangeLogUrgency(String, Context) - Method in class net.sourceforge.javadpkg.impl.ChangeLogUrgencyParserImpl
 
-  
 
- parseConfigFiles(DataSource, Context) - Method in interface net.sourceforge.javadpkg.ConfigFilesParser
 
- 
 Parses the configuration files from the specified source.
 
- parseConfigFiles(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.ConfigFilesParserImpl
 
-  
 
- parseControl(DataSource, Context) - Method in interface net.sourceforge.javadpkg.control.ControlParser
 
- 
 Parses the control from the specified source.
 
- parseControl(DataSource, Context) - Method in class net.sourceforge.javadpkg.control.impl.ControlParserImpl
 
-  
 
- parseCopyright(DataSource, Context) - Method in interface net.sourceforge.javadpkg.CopyrightParser
 
- 
 Parses the copyright from the specified source.
 
- parseCopyright(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.CopyrightParserImpl
 
-  
 
- parseDebianPackage(DataSource, Context) - Method in interface net.sourceforge.javadpkg.DebianPackageParser
 
- 
 Parses the Debian package from the specified source.
 
- parseDebianPackage(DataSource, DebianPackageParseHandler, Context) - Method in interface net.sourceforge.javadpkg.DebianPackageParser
 
- 
 Parses the Debian package from the specified source.
 
- parseDebianPackage(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.DebianPackageParserImpl
 
-  
 
- parseDebianPackage(DataSource, DebianPackageParseHandler, Context) - Method in class net.sourceforge.javadpkg.impl.DebianPackageParserImpl
 
-  
 
- parseDescription(String, Context) - Method in interface net.sourceforge.javadpkg.control.DescriptionParser
 
- 
 Parses the description.
 
- parseDescription(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.DescriptionParserImpl
 
-  
 
- parseEssential(String, Context) - Method in interface net.sourceforge.javadpkg.control.EssentialParser
 
- 
 Parses an essential flag.
 
- parseEssential(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.EssentialParserImpl
 
-  
 
- ParseException - Exception in net.sourceforge.javadpkg
 
- 
 Thrown if an error occurs while parsing.
 
- ParseException(String) - Constructor for exception net.sourceforge.javadpkg.ParseException
 
- 
 Constructs a new exception with the specified detail message.
 
- ParseException(String, Throwable) - Constructor for exception net.sourceforge.javadpkg.ParseException
 
- 
 Constructs a new exception with the specified detail message and cause.
 
- parseFieldsAsList(DataSource, Context) - Method in interface net.sourceforge.javadpkg.field.FieldParser
 
- 
 Parses fields from the specified source.
 
- parseFieldsAsList(DataSource, Context) - Method in class net.sourceforge.javadpkg.field.impl.FieldParserImpl
 
-  
 
- parseFieldsAsMap(DataSource, Context) - Method in interface net.sourceforge.javadpkg.field.FieldParser
 
- 
 Parses fields from the specified source.
 
- parseFieldsAsMap(DataSource, Context) - Method in class net.sourceforge.javadpkg.field.impl.FieldParserImpl
 
-  
 
- parseHomepage(String, Context) - Method in interface net.sourceforge.javadpkg.control.HomepageParser
 
- 
 Parses a home-page.
 
- parseHomepage(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.HomepageParserImpl
 
-  
 
- parseMD5Sums(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.MD5SumsParserImpl
 
-  
 
- parseMD5Sums(DataSource, Context) - Method in interface net.sourceforge.javadpkg.MD5SumsParser
 
- 
 Parses the MD5 sums from the specified source.
 
- parseModuleAliases(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.ModuleAliasesParserImpl
 
-  
 
- parseModuleAliases(String, Context) - Method in interface net.sourceforge.javadpkg.control.ModuleAliasesParser
 
- 
 Parses the module aliases.
 
- parsePackageDependencies(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageDependencyParserImpl
 
-  
 
- parsePackageDependencies(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageDependencyParser
 
- 
 Parses a list of package dependencies.
 
- parsePackageDependency(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageDependencyParserImpl
 
-  
 
- parsePackageDependency(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageDependencyParser
 
- 
 Parses a package dependency.
 
- parsePackageMaintainer(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageMaintainerParserImpl
 
-  
 
- parsePackageMaintainer(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageMaintainerParser
 
- 
 Parses the package maintainer.
 
- parsePackageMultiArchitecture(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageMultiArchitectureParserImpl
 
-  
 
- parsePackageMultiArchitecture(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageMultiArchitectureParser
 
- 
 Parses the multiple architecture property.
 
- parsePackageName(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageNameParserImpl
 
-  
 
- parsePackageName(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageNameParser
 
- 
 Parses the package name.
 
- parsePackagePriority(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackagePriorityParserImpl
 
-  
 
- parsePackagePriority(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackagePriorityParser
 
- 
 Parses the package priority.
 
- parsePackageVersion(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.PackageVersionParserImpl
 
-  
 
- parsePackageVersion(String, Context) - Method in interface net.sourceforge.javadpkg.control.PackageVersionParser
 
- 
 Parses the package version.
 
- parsePackageVersionRelationOperator(String) - Method in class net.sourceforge.javadpkg.control.impl.PackageVersionRelationOperatorParserImpl
 
-  
 
- parsePackageVersionRelationOperator(String) - Method in interface net.sourceforge.javadpkg.control.PackageVersionRelationOperatorParser
 
- 
 Parses the relation operator.
 
- parseScript(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.ScriptParserImpl
 
-  
 
- parseScript(DataSource, Context) - Method in interface net.sourceforge.javadpkg.ScriptParser
 
- 
 Parses a script from the specified source.
 
- parseSection(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.SectionParserImpl
 
-  
 
- parseSection(String, Context) - Method in interface net.sourceforge.javadpkg.control.SectionParser
 
- 
 Parses the section.
 
- parseSharedLibraries(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.SharedLibrariesParserImpl
 
-  
 
- parseSharedLibraries(DataSource, Context) - Method in interface net.sourceforge.javadpkg.SharedLibrariesParser
 
- 
 Parses the shared libraries from the specified source.
 
- parseSizeInKiloBytes(String, Context) - Method in class net.sourceforge.javadpkg.control.impl.SizeParserImpl
 
-  
 
- parseSizeInKiloBytes(String, Context) - Method in interface net.sourceforge.javadpkg.control.SizeParser
 
- 
 Parses a size in kilobytes.
 
- parseSymbols(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.SymbolsParserImpl
 
-  
 
- parseSymbols(DataSource, Context) - Method in interface net.sourceforge.javadpkg.SymbolsParser
 
- 
 Parses the symbols from the specified source.
 
- parseTemplates(String, Context) - Method in class net.sourceforge.javadpkg.impl.TemplatesParserImpl
 
-  
 
- parseTemplates(DataSource, Context) - Method in class net.sourceforge.javadpkg.impl.TemplatesParserImpl
 
-  
 
- parseTemplates(String, Context) - Method in interface net.sourceforge.javadpkg.TemplatesParser
 
- 
 Parses the templates.
 
- parseTemplates(DataSource, Context) - Method in interface net.sourceforge.javadpkg.TemplatesParser
 
- 
 Parses the templates.
 
- parseTemplateType(String, Context) - Method in class net.sourceforge.javadpkg.impl.TemplateTypeParserImpl
 
-  
 
- parseTemplateType(String, Context) - Method in interface net.sourceforge.javadpkg.TemplateTypeParser
 
- 
 Parses the template type.
 
- POSTINST_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the post-installation script file in the control
 information archive.
 
- POSTRM_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the post-remove script file in the control information
 archive.
 
- PREINST_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the pre-installation script file in the control information
 archive.
 
- PRERM_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the pre-remove script file in the control information
 archive.
 
- produce(byte[]) - Method in interface net.sourceforge.javadpkg.io.DataProducer
 
- 
 Produces the data.
 
- produce(byte[]) - Method in class net.sourceforge.javadpkg.io.impl.DataStreamProducer
 
-  
 
- Script - Interface in net.sourceforge.javadpkg
 
- 
 A skript.
 
- SCRIPT_MODE - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
The mode (access rights) for a script.
 
- ScriptBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for a script.
 
- ScriptBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ScriptBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.ScriptBuilderImpl
 
- 
 Creates a builder.
 
- ScriptImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ScriptImpl() - Constructor for class net.sourceforge.javadpkg.impl.ScriptImpl
 
- 
 Creates a script.
 
- ScriptImpl(List<String>) - Constructor for class net.sourceforge.javadpkg.impl.ScriptImpl
 
- 
 Creates a script.
 
- ScriptParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for a script.
 
- ScriptParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ScriptParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.ScriptParserImpl
 
- 
 Creates a parser.
 
- ScriptVariableReplacer - Interface in net.sourceforge.javadpkg
 
- 
 Replaces the variables within a script.
 
- ScriptVariableReplacerImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- ScriptVariableReplacerImpl() - Constructor for class net.sourceforge.javadpkg.impl.ScriptVariableReplacerImpl
 
- 
 Creates a replacer.
 
- Section - Interface in net.sourceforge.javadpkg.control
 
- 
 The section specifies an application area into which the package has been
 classified.
 
- SectionBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for a section.
 
- SectionBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- SectionBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.SectionBuilderImpl
 
- 
 Creates a builder.
 
- SectionParser - Interface in net.sourceforge.javadpkg.control
 
- 
 Parses the "Section" field of a control.
 
- SectionParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- SectionParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.SectionParserImpl
 
- 
 Creates a parser.
 
- SectionUnsupportedWarning - Class in net.sourceforge.javadpkg.control.impl
 
- 
 A warning for a unsupported section.
 
- SectionUnsupportedWarning(String) - Constructor for class net.sourceforge.javadpkg.control.impl.SectionUnsupportedWarning
 
- 
 Creates a warning.
 
- setAlternativeDependencyValue(String) - Method in class net.sourceforge.javadpkg.impl.SymbolsEntryImpl
 
- 
 Sets the alternative dependency as string value.
 
- setArchitecture(Architecture) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the architecture.
 
- setBreaks(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which will "broken" by this package.
 
- setBuildDependsPackage(PackageDependency) - Method in class net.sourceforge.javadpkg.impl.SymbolsEntryImpl
 
- 
 Sets the build dependency.
 
- setBuiltUsing(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which were used to built this package.
 
- setChangeLog(ChangeLog) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the change log.
 
- setChangeLog(ChangeLog) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setChangeLog(ChangeLog) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the change log of this package.
 
- setComment(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the comment.
 
- setComment(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
- 
 Sets the comment.
 
- setComment(String) - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
- 
 Sets the comment.
 
- setConfig(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the script for the configuration of the package.
 
- setConfigFiles(ConfigFiles) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the configuration files which are managed by this package.
 
- setConflicts(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which will be in conflict with this package.
 
- setControl(Control) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the control information.
 
- setControl(Control) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setControl(Control) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the control of the package.
 
- setCopyright(Copyright) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the copyright.
 
- setCopyright(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the copyright.
 
- setCopyright(Copyright) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setCopyright(Copyright) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the copyright of this package.
 
- setCopyright(String) - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
- 
 Sets the copyright.
 
- setDate(Date) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the date,
 
 
- setDepends(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the the packages on which this package depends on.
 
- setDescription(Description) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the description.
 
- setDetails(List<ChangeLogVersionEntryDetail>) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the details.
 
- setDisclaimer(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the disclaimer.
 
- setDistributions(List<String>) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the distributions.
 
- setEnhances(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which are enhanced in their functionality by this
 package.
 
- setEssential(Boolean) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the flag if the package is essential for the system and can't be
 removed.
 
- setFileFormatVersion(String) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the version of the file format.
 
- setFiles(List<String>) - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
- 
 Sets the patterns for which files the copyright applies.
 
- setFilesCopyrights(List<FilesCopyright>) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the copyrights for certain files of a Debian package.
 
- setFormat(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the format of the copyright.
 
- setHomepage(Homepage) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the home-page.
 
- setInstalledSize(Size) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets an estimate of the total amount of disk space required to install
 this package.
 
- setInstalledSizeOverhead(Size) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the overhead which will be added to the specified installed size.
 
- setInstalledSizeOverhead(Size) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setLicense(CopyrightLicense) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the license.
 
- setLicense(CopyrightLicense) - Method in class net.sourceforge.javadpkg.impl.FilesCopyrightImpl
 
- 
 Sets the license.
 
- setLicenses(Map<String, CopyrightLicense>) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the licenses.
 
- setMaintainer(PackageMaintainer) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the maintainer.
 
- setMaintainer(PackageMaintainer) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the maintainer.
 
- setMD5Sums(MD5Sums) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the MD5 sums.
 
- setModuleAliases(String) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the module aliases.
 
- setMultiArchitecture(PackageMultiArchitecture) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the multiple architecture property.
 
- setName(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
- 
 Sets the name of the license.
 
- setOriginalMaintainer(PackageMaintainer) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the original maintainer.
 
- setPackage(PackageName) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the name of the binary package.
 
- setPackageName(PackageName) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the name of the package.
 
- setPostInstall(Script) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the script which will be executed after the package is installed.
 
- setPostInstall(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setPostInstall(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the script which will be executed after the package is installed.
 
- setPostRemove(Script) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the script which will be executed after the package is removed.
 
- setPostRemove(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setPostRemove(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the script which will be executed after the package is removed.
 
- setPreDepends(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which must be installed before this package is
 installed.
 
- setPreInstall(Script) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the script which will be executed before the package is installed.
 
- setPreInstall(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setPreInstall(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the script which will be executed before the package is installed.
 
- setPreRemove(Script) - Method in interface net.sourceforge.javadpkg.DebianPackageBuilder
 
- 
 Sets the script which will be executed before the package is removed.
 
- setPreRemove(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageBuilderImpl
 
-  
 
- setPreRemove(Script) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the script which will be executed after the package is installed.
 
- setPriority(PackagePriority) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the priority.
 
- setProvides(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the virtual packages which are provided by this package.
 
- setRecommends(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which this package has a strong, but not absolute,
 dependency.
 
- setReplaces(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which are replaced by this package.
 
- setSection(Section) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the section.
 
- setSharedLibraries(SharedLibraries) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the shared libraries of this package.
 
- setSource(PackageDependency) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the source package dependency.
 
- setSource(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the source.
 
- setSuggests(List<PackageDependency>) - Method in class net.sourceforge.javadpkg.control.impl.BinaryControlImpl
 
- 
 Sets the packages which this package suggests to install for enhancing
 its functionality.
 
- setSymbols(Symbols) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the symbols of the shared libraries of this package.
 
- setTemplates(Templates) - Method in class net.sourceforge.javadpkg.impl.DebianPackageImpl
 
- 
 Sets the templates for asking the user questions about the configuration.
 
- setText(String) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryDetailImpl
 
- 
 Sets the text.
 
- setText(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightLicenseImpl
 
- 
 Sets the text of the license.
 
- setUpstreamContact(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the upstream contact.
 
- setUpstreamName(String) - Method in class net.sourceforge.javadpkg.impl.CopyrightImpl
 
- 
 Sets the name upstream uses for the software.
 
- setUrgency(ChangeLogUrgency) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the urgency.
 
- setValue(String) - Method in class net.sourceforge.javadpkg.field.impl.FieldImpl
 
- 
 Sets the specified value as the value of the field.
 
- setVersion(PackageVersion) - Method in class net.sourceforge.javadpkg.control.impl.AbstractControl
 
- 
 Sets the version of the package.
 
- setVersion(PackageVersion) - Method in class net.sourceforge.javadpkg.impl.ChangeLogVersionEntryImpl
 
- 
 Sets the version.
 
- SharedLibraries - Interface in net.sourceforge.javadpkg
 
- 
 The shared libraries of a package.
 
- SharedLibrariesBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the shared libraries.
 
- SharedLibrariesBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SharedLibrariesBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.SharedLibrariesBuilderImpl
 
- 
 Creates a builder.
 
- SharedLibrariesImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SharedLibrariesImpl() - Constructor for class net.sourceforge.javadpkg.impl.SharedLibrariesImpl
 
- 
 Creates shared libraries.
 
- SharedLibrariesParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the shared libraries.
 
- SharedLibrariesParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SharedLibrariesParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.SharedLibrariesParserImpl
 
- 
 Creates a parser.
 
- SHLIBS_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
 The entry for the shared libraries file in the control information
 archive.
 
- Size - Class in net.sourceforge.javadpkg.control
 
- 
 The size of data.
 
- Size() - Constructor for class net.sourceforge.javadpkg.control.Size
 
- 
 Creates a size of 0 bytes.
 
- Size(long) - Constructor for class net.sourceforge.javadpkg.control.Size
 
- 
 Creates a size in bytes.
 
- SizeBuilder - Interface in net.sourceforge.javadpkg.control
 
- 
 A builder for size.
 
- SizeBuilderImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- SizeBuilderImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.SizeBuilderImpl
 
- 
 Creates a builder.
 
- SizeParser - Interface in net.sourceforge.javadpkg.control
 
- 
 Parses the size.
 
- SizeParserImpl - Class in net.sourceforge.javadpkg.control.impl
 
- 
 
- SizeParserImpl() - Constructor for class net.sourceforge.javadpkg.control.impl.SizeParserImpl
 
- 
 Creates a parser.
 
- skip(long) - Method in class net.sourceforge.javadpkg.io.impl.UncloseableInputStream
 
-  
 
- SourceControl - Interface in net.sourceforge.javadpkg.control
 
- 
 The control of a source control.
 
- Streams - Class in net.sourceforge.javadpkg.io
 
- 
 A utility class for handling standard operations using streams.
 
- Symbols - Interface in net.sourceforge.javadpkg
 
- 
 The symbols of the shared libraries of a package.
 
- SYMBOLS_ENTRY - Static variable in interface net.sourceforge.javadpkg.DebianPackageConstants
 
- 
The entry for the symbols file in the control information archive.
 
- SymbolsBuilder - Interface in net.sourceforge.javadpkg
 
- 
 A builder for the symbols.
 
- SymbolsBuilderImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SymbolsBuilderImpl() - Constructor for class net.sourceforge.javadpkg.impl.SymbolsBuilderImpl
 
- 
 Creates a builder.
 
- SymbolsEntry - Interface in net.sourceforge.javadpkg
 
- 
 The shared library entry and their symbols.
 
- SymbolsEntryImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SymbolsEntryImpl(String, String) - Constructor for class net.sourceforge.javadpkg.impl.SymbolsEntryImpl
 
- 
 Creates an entry.
 
- SymbolsEntryImpl(String, PackageDependency) - Constructor for class net.sourceforge.javadpkg.impl.SymbolsEntryImpl
 
- 
 Creates an entry.
 
- SymbolsImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SymbolsImpl() - Constructor for class net.sourceforge.javadpkg.impl.SymbolsImpl
 
- 
 Creates symbols.
 
- SymbolsParser - Interface in net.sourceforge.javadpkg
 
- 
 A parser for the symbols.
 
- SymbolsParserImpl - Class in net.sourceforge.javadpkg.impl
 
- 
 
- SymbolsParserImpl() - Constructor for class net.sourceforge.javadpkg.impl.SymbolsParserImpl
 
- 
 Creates a parser.