Uses of Class
org.apache.ivy.plugins.parser.xml.UpdateOptions
Packages that use UpdateOptions
-
Uses of UpdateOptions in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as UpdateOptionsModifier and TypeFieldDescriptionprivate final UpdateOptions
XmlModuleDescriptorUpdater.UpdaterHandler.options
Methods in org.apache.ivy.plugins.parser.xml that return UpdateOptionsModifier and TypeMethodDescriptionUpdateOptions.setConfsToExclude
(String[] confsToExclude) UpdateOptions.setGenerateRevConstraint
(boolean generateRevConstraint) UpdateOptions.setMerge
(boolean merge) UpdateOptions.setMergedDescriptor
(ModuleDescriptor mergedDescriptor) UpdateOptions.setNamespace
(Namespace ns) UpdateOptions.setPubdate
(Date pubdate) UpdateOptions.setReplaceInclude
(boolean replaceInclude) UpdateOptions.setResolvedBranches
(Map<ModuleRevisionId, String> resolvedBranches) UpdateOptions.setResolvedRevisions
(Map<ModuleRevisionId, String> resolvedRevisions) UpdateOptions.setRevision
(String revision) UpdateOptions.setSettings
(ParserSettings settings) UpdateOptions.setUpdateBranch
(boolean updateBranch) Methods in org.apache.ivy.plugins.parser.xml with parameters of type UpdateOptionsModifier and TypeMethodDescriptionstatic void
XmlModuleDescriptorUpdater.update
(InputStream in, Resource res, File destFile, UpdateOptions options) static void
XmlModuleDescriptorUpdater.update
(URL srcURL, File destFile, UpdateOptions options) used to copy a module descriptor xml file (also known as ivy file) and update the revisions of its dependencies, its status and revisionstatic void
XmlModuleDescriptorUpdater.update
(URL inStreamCtx, InputStream inStream, OutputStream outStream, UpdateOptions options) static void
XmlModuleDescriptorUpdater.update
(URL srcURL, OutputStream destFile, UpdateOptions options) Constructors in org.apache.ivy.plugins.parser.xml with parameters of type UpdateOptionsModifierConstructorDescriptionUpdaterHandler
(URL relativePathCtx, PrintWriter out, UpdateOptions options)