org.jbehave.web.queue
Class WebQueueConfiguration

java.lang.Object
  extended by org.jbehave.web.queue.WebQueueConfiguration

public class WebQueueConfiguration
extends Object


Constructor Summary
WebQueueConfiguration()
           
 
Method Summary
 File navigatorDirectory()
           
 String navigatorPage()
           
 int port()
           
 WebQueueConfiguration useNavigatorDirectory(File navigatorDir)
           
 WebQueueConfiguration useNavigatorPage(String navigatorPage)
           
 WebQueueConfiguration usePort(int port)
           
 WebQueueConfiguration useWelcomeFile(String welcomeFile)
           
 String welcomeFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebQueueConfiguration

public WebQueueConfiguration()
Method Detail

navigatorDirectory

public File navigatorDirectory()

navigatorPage

public String navigatorPage()

port

public int port()

welcomeFile

public String welcomeFile()

useNavigatorDirectory

public WebQueueConfiguration useNavigatorDirectory(File navigatorDir)

useNavigatorPage

public WebQueueConfiguration useNavigatorPage(String navigatorPage)

usePort

public WebQueueConfiguration usePort(int port)

useWelcomeFile

public WebQueueConfiguration useWelcomeFile(String welcomeFile)


Copyright © 2011. All Rights Reserved.