Class XMLGroovyScript2Rest


  • public class XMLGroovyScript2Rest
    extends Object
    Version:
    $Id: XMLGroovyScript2Rest.java 34445 2009-07-24 07:51:18Z dkatayev $
    Author:
    Andrey Parfonov
    • Constructor Detail

      • XMLGroovyScript2Rest

        public XMLGroovyScript2Rest​(String name,
                                    String path,
                                    boolean autoload)
      • XMLGroovyScript2Rest

        public XMLGroovyScript2Rest()
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getPath

        public String getPath()
        Returns:
        the path
      • setPath

        public void setPath​(String path)
        Parameters:
        path - the path to set
      • isAutoload

        public boolean isAutoload()
        Returns:
        the autoload
      • setAutoload

        public void setAutoload​(boolean autoload)
        Parameters:
        autoload - the autoload to set