Class Application


  • public class Application
    extends Object
    Class to parse the part of infobase configuration file into an object.
    • Constructor Detail

      • Application

        public Application()
        Constructor without parameters
      • Application

        public Application​(boolean publish,
                           String exitUrl)
        Constructor with parameters.
        Parameters:
        publish - the publish to set
        exitUrl - the exut URL to set, cannot be null
    • Method Detail

      • copy

        public Application copy()
        Creates a copy of the instance.
        Returns:
        the copy instance, never null
      • isPublish

        public boolean isPublish()
        Returns:
        publish, never null
      • setPublish

        public void setPublish​(boolean publish)
        Set publish
        Parameters:
        publish - to set, cannot be null
      • getExitUrl

        public String getExitUrl()
        Returns:
        exitUrl, never null
      • setExitUrl

        public void setExitUrl​(String exitUrl)
        Set exitUrl
        Parameters:
        exitUrl - to set, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object