Class EncodingTestAction

    • Constructor Detail

      • EncodingTestAction

        public EncodingTestAction()
    • Method Detail

      • isFileCreatedSuccessfully

        public boolean isFileCreatedSuccessfully()
      • getFileCreationException

        public Throwable getFileCreationException()
      • isFileNameMangled

        public boolean isFileNameMangled()
      • getRawTestString

        public String getRawTestString()
      • execute

        public String execute()
                       throws org.hibernate.HibernateException,
                              SQLException
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        org.hibernate.HibernateException
        SQLException
      • getDefaultEncoding

        public String getDefaultEncoding()
      • getSubmittedTestString

        public String getSubmittedTestString()
      • setSubmittedTestString

        public void setSubmittedTestString​(String submittedTestString)
      • getDatabasedTestString

        public String getDatabasedTestString()
      • setDatabasedTestString

        public void setDatabasedTestString​(String databasedTestString)
      • getDatabasedLowercaseTestString

        public String getDatabasedLowercaseTestString()
      • setApplicationConfig

        public void setApplicationConfig​(com.atlassian.config.ApplicationConfiguration applicationConfig)