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

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

public class File
extends Object

Defines a file for WSDL publication.

Author:
Florent Benoit

Field Summary
static String PUBLISHER_CLASS
          Class for FileWSDL publisher.
 
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

PUBLISHER_CLASS

public static final String PUBLISHER_CLASS
Class for FileWSDL publisher.

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 © 2010 OW2 Consortium. All Rights Reserved.