|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ant.jonasbase.wsdl.File
public class File
Defines a file for WSDL publish.
| Field Summary | |
|---|---|
static String |
FILEWSDLHANDLER_CLASS
Class for FileWSDL handler. |
| Constructor Summary | |
|---|---|
File()
|
|
| Method Summary | |
|---|---|
String |
getDir()
Gets the directory. |
String |
getEncoding()
Gets the encoding. |
String |
getName()
Gets the name. |
void |
setDir(String dir)
Sets the directory. |
void |
setEncoding(String encoding)
Sets the encoding. |
void |
setName(String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FILEWSDLHANDLER_CLASS
| Constructor Detail |
|---|
public File()
| Method Detail |
|---|
public String getDir()
public void setDir(String dir)
dir - the directory to setpublic String getEncoding()
public void setEncoding(String encoding)
encoding - the encoding to set.public String getName()
public void setName(String name)
name - name to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||