de.berlios.jsunit.ant
Class JsUnitTask.SourceFile

java.lang.Object
  extended byde.berlios.jsunit.ant.JsUnitTask.SourceFile
Enclosing class:
JsUnitTask

public final class JsUnitTask.SourceFile
extends java.lang.Object

A utility bean for a SourceFile.

Since:
upcoming

Constructor Summary
JsUnitTask.SourceFile()
           
 
Method Summary
 java.lang.String getCharacterSet()
          Requests the character set
 java.io.File getFile()
          Requests the file name.
 void setCharacterSet(java.lang.String characterSet)
          Sets the character set.
 void setFile(java.lang.String name)
          Sets the file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsUnitTask.SourceFile

public JsUnitTask.SourceFile()
Method Detail

setFile

public void setFile(java.lang.String name)
Sets the file name.

Parameters:
name - the file name
Since:
upcoming

getFile

public java.io.File getFile()
Requests the file name.

Returns:
the file name
Since:
upcoming

setCharacterSet

public void setCharacterSet(java.lang.String characterSet)
Sets the character set.

Parameters:
characterSet - the name of the character set
Since:
upcoming

getCharacterSet

public java.lang.String getCharacterSet()
Requests the character set

Returns:
the name of the character set or null
Since:
upcoming


Copyright © 2007 Joerg Schaible. All Rights Reserved.