public class RunUrlStatement extends Object implements org.jclouds.scriptbuilder.domain.Statement
| Constructor and Description |
|---|
RunUrlStatement(boolean checkUrlExists,
String runUrlBase,
String url,
String... args) |
RunUrlStatement(String runUrlBase,
String url,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUrlExists(URL url,
String errorMessageTemplate,
Object... errorMessageArgs) |
boolean |
equals(Object o) |
Iterable<String> |
functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily family) |
int |
hashCode() |
String |
render(org.jclouds.scriptbuilder.domain.OsFamily family) |
public RunUrlStatement(String runUrlBase, String url, String... args) throws IOException
IOExceptionpublic RunUrlStatement(boolean checkUrlExists,
String runUrlBase,
String url,
String... args)
throws IOException
IOExceptionpublic Iterable<String> functionDependencies(org.jclouds.scriptbuilder.domain.OsFamily family)
functionDependencies in interface org.jclouds.scriptbuilder.domain.Statementpublic String render(org.jclouds.scriptbuilder.domain.OsFamily family)
render in interface org.jclouds.scriptbuilder.domain.Statementpublic static void checkUrlExists(URL url, String errorMessageTemplate, Object... errorMessageArgs) throws IOException
IOExceptionCopyright © 2010–2016 Cloudera. All rights reserved.