Package | Description |
---|---|
org.itracker.web.util |
This package has something to do with utilities for web actions, but
please explain in detail what shall be in, or not in here.
|
Modifier and Type | Method | Description |
---|---|---|
static String |
ImportExportUtilities.exportIssues(List<Issue> issues,
SystemConfiguration config) |
Takes an array of IssueModels and exports them as XML suitable for import into another
instance of ITracker, or another issue tracking tool.
|
static void |
ImportExportUtilities.exportIssues(org.dom4j.io.XMLWriter writer,
List<Issue> issues,
SystemConfiguration config) |
|
static String |
ImportExportUtilities.exportModel(AbstractEntity abstractBean) |
Returns the appropriate XML block for a given model.
|
static AbstractEntity[] |
ImportExportUtilities.importIssues(Reader xmlReader) |
Takes an XML file matching the ITracker import/export DTD and returns an array
of AbstractBean objects.
|
Copyright © 2002–2019 itracker. All rights reserved.