Class XmlModuleDescriptorUpdater.UpdaterHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorUpdater.UpdaterHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler
Enclosing class:
XmlModuleDescriptorUpdater

private static class XmlModuleDescriptorUpdater.UpdaterHandler extends DefaultHandler implements LexicalHandler
  • Field Details

    • STD_ATTS

      private static final Collection<String> STD_ATTS
      standard attributes of ivy-module/info
    • MODULE_ELEMENTS

      private static final List<String> MODULE_ELEMENTS
      elements that may appear inside ivy-module, in expected order
    • CONFIGURATIONS_POSITION

      private static final int CONFIGURATIONS_POSITION
      element position of "configurations" inside "ivy-module"
    • DEPENDENCIES_POSITION

      private static final int DEPENDENCIES_POSITION
      element position of "dependencies" inside "ivy-module"
    • INFO_ELEMENTS

      private static final Collection<String> INFO_ELEMENTS
      elements that may appear inside of ivy-module/info
    • settings

      private final ParserSettings settings
    • out

      private final PrintWriter out
    • resolvedRevisions

      private final Map<ModuleRevisionId,String> resolvedRevisions
    • resolvedBranches

      private final Map<ModuleRevisionId,String> resolvedBranches
    • status

      private final String status
    • revision

      private final String revision
    • pubdate

      private final Date pubdate
    • ns

      private final Namespace ns
    • replaceInclude

      private final boolean replaceInclude
    • generateRevConstraint

      private final boolean generateRevConstraint
    • inHeader

      private boolean inHeader
    • confs

      private final List<String> confs
    • relativePathCtx

      private final URL relativePathCtx
    • options

      private final UpdateOptions options
    • organisation

      private String organisation
    • defaultConf

      private String defaultConf
    • defaultConfMapping

      private String defaultConfMapping
    • confMappingOverride

      private Boolean confMappingOverride
    • justOpen

      private String justOpen
    • indenting

      private boolean indenting
    • currentIndent

      private StringBuilder currentIndent
    • indentLevels

      private List<String> indentLevels
    • hasDescription

      private boolean hasDescription
    • mergedConfigurations

      private boolean mergedConfigurations
    • mergedDependencies

      private boolean mergedDependencies
    • newDefaultConf

      private String newDefaultConf
    • context

      private Stack<String> context
    • buffers

    • confAttributeBuffers

      private Stack<XmlModuleDescriptorUpdater.ExtendedBuffer> confAttributeBuffers
  • Constructor Details

  • Method Details