|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.generator.ant.ConfigGeneratorSettings
public class ConfigGeneratorSettings
Represents a single parsleyConfigGenerator tag in
a Cinnamon Generator Ant Task.
| Constructor Summary | |
|---|---|
ConfigGeneratorSettings()
|
|
| Method Summary | |
|---|---|
File |
getOutputFile()
Returns the file that the Parsley configuration should be written to. |
String |
getServiceUrl()
Returns the serviceUrl for the client side ServiceChannel. |
int |
getTimeout()
Returns the timeout for all operations of the client side ServiceChannel. |
void |
setOutputFile(File outputFile)
Sets the file that the Parsley configuration should be written to. |
void |
setServiceUrl(String serviceUrl)
Sets the serviceUrl for the client side ServiceChannel. |
void |
setTimeout(int timeout)
Sets the timeout for all operations of the client side ServiceChannel. |
void |
validate()
Validates if all properties of this bean have been set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigGeneratorSettings()
| Method Detail |
|---|
public File getOutputFile()
public void setOutputFile(File outputFile)
outputFile - the file that the Parsley configuration should be written topublic String getServiceUrl()
public void setServiceUrl(String serviceUrl)
serviceUrl - the serviceUrl for the client side ServiceChannelpublic int getTimeout()
public void setTimeout(int timeout)
timeout - the timeout for all operations of the client side ServiceChannel
public void validate()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if one of the properties of this bean have not been set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||