|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet.Schema
public static class WsdlToDotnet.Schema
nested schema class Only supported on NET until mono add multi-URL handling on the command line
Field Summary | |
---|---|
static java.lang.String |
ERROR_BOTH_DECLARED
Only one of file or url |
static java.lang.String |
ERROR_FILE_IS_DIR
File is a directory |
static java.lang.String |
ERROR_FILE_NOT_FOUND
Not found |
static java.lang.String |
ERROR_NO_URL_CONVERT
Could not URL convert |
static java.lang.String |
ERROR_NONE_DECLARED
One of file or url must be set |
Constructor Summary | |
---|---|
WsdlToDotnet.Schema()
|
Method Summary | |
---|---|
java.lang.String |
evaluate()
Validate our settings. |
java.io.File |
getFile()
Get the file. |
long |
getTimestamp()
Gets the file timestamp. |
java.lang.String |
getUrl()
Get the url. |
boolean |
isMakeURL()
Get the makeURL attribute. |
void |
setFile(java.io.File file)
name of a file to use as a source of WSDL or XSD data |
void |
setMakeURL(boolean makeURL)
flag to request that a file is turned into an absolute file: URL before being passed to the WSDL compiler |
void |
setUrl(java.lang.String url)
url of a resource. |
void |
validate()
validate the schema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ERROR_NONE_DECLARED
public static final java.lang.String ERROR_BOTH_DECLARED
public static final java.lang.String ERROR_FILE_NOT_FOUND
public static final java.lang.String ERROR_FILE_IS_DIR
public static final java.lang.String ERROR_NO_URL_CONVERT
Constructor Detail |
---|
public WsdlToDotnet.Schema()
Method Detail |
---|
public void validate()
public java.lang.String evaluate()
public java.io.File getFile()
public void setFile(java.io.File file)
file
- the file to use.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the URL string to use.public boolean isMakeURL()
public void setMakeURL(boolean makeURL)
makeURL
- a boolean
value.public long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |