org.apache.whirr.service
Class RunUrlBuilder

java.lang.Object
  extended by org.apache.whirr.service.RunUrlBuilder

public class RunUrlBuilder
extends Object

A convenience class for building scripts to run on nodes.


Constructor Summary
RunUrlBuilder()
           
 
Method Summary
static String runUrls(String runUrlBase, String... urls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunUrlBuilder

public RunUrlBuilder()
Method Detail

runUrls

public static String runUrls(String runUrlBase,
                             String... urls)
                      throws MalformedURLException
Parameters:
runUrlBase - The base URL to construct URLs from.
urls - The (possibly relative) URLs to build the runurls from.
Returns:
Throws:
MalformedURLException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.