Class ConfigurationAction

  • All Implemented Interfaces:
    ContextAware

    public class ConfigurationAction
    extends Action
    • Constructor Detail

      • ConfigurationAction

        public ConfigurationAction()
    • Method Detail

      • begin

        public void begin​(InterpretationContext ic,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        Description copied from class: Action
        Called when the parser encounters an element matching a Pattern.
        Specified by:
        begin in class Action
      • getSystemProperty

        java.lang.String getSystemProperty​(java.lang.String name)
      • processScanAttrib

        void processScanAttrib​(InterpretationContext ic,
                               org.xml.sax.Attributes attributes)
      • getDuration

        private Duration getDuration​(java.lang.String scanAttrib,
                                     java.lang.String scanPeriodAttrib)