Class RunZapCrawlerParameters


  • public class RunZapCrawlerParameters
    extends Object
    • Constructor Detail

      • RunZapCrawlerParameters

        public RunZapCrawlerParameters​(String host,
                                       int maxChildren,
                                       String contextName,
                                       int contextId,
                                       boolean subtreeOnly,
                                       boolean recurse,
                                       int userId)
    • Method Detail

      • getHost

        public String getHost()
      • getMaxChildren

        public int getMaxChildren()
      • getContextName

        public String getContextName()
      • getContextId

        public int getContextId()
      • getSubtreeOnly

        public boolean getSubtreeOnly()
      • getRecurse

        public boolean getRecurse()
      • getUserId

        public int getUserId()