Class GridConfig


  • public class GridConfig
    extends Object
    • Constructor Detail

      • GridConfig

        public GridConfig()
    • Method Detail

      • getGridUrl

        public URL getGridUrl()
        Returns:
        URL representing the grid address
      • setGridUrl

        public void setGridUrl​(String gridUrl)
                        throws MalformedURLException
        Parameters:
        gridUrl - a string representing the grid URL from the configuration file
        Throws:
        MalformedURLException - if the URL passed in the configuration file is not a valid URL