public class IpLogMeta extends Object
.eclipse_iplog
file in a project.Modifier and Type | Field and Description |
---|---|
static String |
IPLOG_CONFIG_FILE
Default name of the
.eclipse_iplog file. |
Constructor and Description |
---|
IpLogMeta() |
public static final String IPLOG_CONFIG_FILE
.eclipse_iplog
file.public void syncCQs(File file, FS fs, URL base, String username, String password) throws IOException, ConfigInvalidException
Updates the local .eclipse_iplog
configuration file with current
information by deleting CQs which are no longer relevant, and adding or
updating any CQs which currently exist in the database.
file
- local file to update with current CQ records.fs
- the file system abstraction which will be necessary to perform
certain file system operations.base
- base https:// URL of the IPzilla server.username
- username to login to IPzilla as. Must be a Bugzilla username
of someone authorized to query the project's IPzilla records.password
- password for username
.IOException
- IPzilla cannot be queried, or the local file cannot be read
from or written to.ConfigInvalidException
- the local file cannot be read, as it is not a valid
configuration file format.Copyright © 2013. All Rights Reserved.