|
||||||||||
| 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 publication.
| Field Summary | |
|---|---|
static java.lang.String |
PUBLISHER_CLASS
Class for FileWSDL publisher. |
| Constructor Summary | |
|---|---|
File()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDir()
Gets the directory. |
java.lang.String |
getEncoding()
Gets the encoding. |
java.lang.String |
getName()
Gets the name. |
void |
setDir(java.lang.String dir)
Sets the directory. |
void |
setEncoding(java.lang.String encoding)
Sets the encoding. |
void |
setName(java.lang.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 java.lang.String PUBLISHER_CLASS
| Constructor Detail |
|---|
public File()
| Method Detail |
|---|
public java.lang.String getDir()
public void setDir(java.lang.String dir)
dir - the directory to setpublic java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding - the encoding to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - name to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||