Class ChangeDatabaseConnection

    • Field Detail

      • m_OldURL

        protected String m_OldURL
        the old database URL.
      • m_OldURLIsRegExp

        protected boolean m_OldURLIsRegExp
        whether the old database URL is a regular expression.
      • m_NewURL

        protected String m_NewURL
        the new database URL.
      • m_NewUser

        protected String m_NewUser
        the new database user.
      • m_NewPassword

        protected BasePassword m_NewPassword
        the new database password.
    • Constructor Detail

      • ChangeDatabaseConnection

        public ChangeDatabaseConnection()
    • Method Detail

      • setOldURL

        public void setOldURL​(String value)
        Sets the old URL to replace.
        Parameters:
        value - the old URL
      • getOldURL

        public String getOldURL()
        Returns the old URL to replace.
        Returns:
        the old URL
      • oldURLTipText

        public String oldURLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setOldURLIsRegExp

        public void setOldURLIsRegExp​(boolean value)
        Sets whether the old URL represents a regular expression.
        Parameters:
        value - true if the old URL is a regular expression
      • getOldURLIsRegExp

        public boolean getOldURLIsRegExp()
        Returns whether the old URL represents a regular expression.
        Returns:
        true if the old URL is a regular expression
      • oldURLIsRegExpTipText

        public String oldURLIsRegExpTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setNewURL

        public void setNewURL​(String value)
        Sets the new URL to replace.
        Parameters:
        value - the new URL
      • getNewURL

        public String getNewURL()
        Returns the new URL to replace.
        Returns:
        the new URL
      • newURLTipText

        public String newURLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setNewUser

        public void setNewUser​(String value)
        Sets the new database user to use.
        Parameters:
        value - the new user
      • getNewUser

        public String getNewUser()
        Returns the new database user to use.
        Returns:
        the new user
      • newUserTipText

        public String newUserTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setNewPassword

        public void setNewPassword​(BasePassword value)
        Sets the new password.
        Parameters:
        value - the new password
      • getNewPassword

        public BasePassword getNewPassword()
        Returns the new password.
        Returns:
        the new password
      • newPasswordTipText

        public String newPasswordTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • processActor

        protected void processActor​(Actor actor)
        Performs the actual processing.
        Specified by:
        processActor in class AbstractActorProcessor
        Parameters:
        actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
        See Also:
        ModifyingProcessor