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

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

public class File
extends Object

Defines a file for WSDL publish

Author:
Florent Benoit

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

FILEWSDLHANDLER_CLASS

public static final String FILEWSDLHANDLER_CLASS
Class for FileWSDL handler

See Also:
Constant Field Values
Constructor Detail

File

public File()
Method Detail

getDir

public String getDir()
Gets the directory

Returns:
the directory

setDir

public void setDir(String dir)
Sets the directory

Parameters:
dir - the directory to set

getEncoding

public String getEncoding()
Gets the encoding

Returns:
the encoding.

setEncoding

public void setEncoding(String encoding)
Sets the encoding

Parameters:
encoding - the encoding to set.

getName

public String getName()
Gets the name

Returns:
the name.

setName

public void setName(String name)
Sets the name

Parameters:
name - name to set.


Copyright © 2007 OW2 Consortium. All Rights Reserved.