org.objectweb.jonas.ant.jonasbase.wsdl
Class File

java.lang.Object
  extended by org.objectweb.jonas.ant.jonasbase.wsdl.File

public class File
extends java.lang.Object

Defines a file for WSDL publish

Author:
Florent Benoit

Field Summary
static java.lang.String FILEWSDLHANDLER_CLASS
          Class for FileWSDL handler
 
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

FILEWSDLHANDLER_CLASS

public static final java.lang.String FILEWSDLHANDLER_CLASS
Class for FileWSDL handler

See Also:
Constant Field Values
Constructor Detail

File

public File()
Method Detail

getDir

public java.lang.String getDir()
Gets the directory

Returns:
the directory

setDir

public void setDir(java.lang.String dir)
Sets the directory

Parameters:
dir - the directory to set

getEncoding

public java.lang.String getEncoding()
Gets the encoding

Returns:
the encoding.

setEncoding

public void setEncoding(java.lang.String encoding)
Sets the encoding

Parameters:
encoding - the encoding to set.

getName

public java.lang.String getName()
Gets the name

Returns:
the name.

setName

public void setName(java.lang.String name)
Sets the name

Parameters:
name - name to set.