Class UpdateOptions

java.lang.Object
org.apache.ivy.plugins.parser.xml.UpdateOptions

public class UpdateOptions extends Object
  • Field Details

    • settings

      private ParserSettings settings
      Settings to use for update, may be null.
    • namespace

      private Namespace namespace
      Namespace in which the module to update is, may be null.
    • resolvedRevisions

      private Map<ModuleRevisionId,String> resolvedRevisions
      Map from ModuleId of dependencies to new revision (as String)
    • resolvedBranches

      private Map<ModuleRevisionId,String> resolvedBranches
      Map from ModuleId of dependencies to new branch (as String)
    • status

      private String status
      the new status, null to keep the old one
    • revision

      private String revision
      the new revision, null to keep the old one
    • pubdate

      private Date pubdate
      the new publication date, null to keep the old one
    • replaceInclude

      private boolean replaceInclude
      Should included information be replaced
    • merge

      private boolean merge
      Should parent descriptor be merged inline
    • mergedDescriptor

      private ModuleDescriptor mergedDescriptor
    • confsToExclude

      private String[] confsToExclude
      Configurations to exclude during update, or null to keep all confs.
    • updateBranch

      private boolean updateBranch
      True to set branch information on dependencies to default branch when omitted, false to keep it as is.
    • branch

      private String branch
    • generateRevConstraint

      private boolean generateRevConstraint
      True to indicate that the revConstraint attribute should be generated if applicable, false to never generate the revConstraint attribute.
  • Constructor Details

    • UpdateOptions

      public UpdateOptions()
  • Method Details