com.finalist.tools.ant.taskdefs
Class Lib

java.lang.Object
  extended bycom.finalist.tools.ant.taskdefs.Lib

public class Lib
extends java.lang.Object

Simple value object for a 3rd party library file.

<lib version="v1_4_1" file="shared/jakarta/ant/optional.jar" />
.

Author:
Hillebrand Gelderblom - Finalist IT Group bv

Field Summary
 java.lang.String file
          CVSPath for the library file
 java.lang.String version
          CVSTag used to specify the version of the file.
 
Constructor Summary
Lib()
           
 
Method Summary
 java.lang.String getFile()
          Getter for property file.
 java.lang.String getFilename()
          Getter for name of the file.
 java.lang.String getVersion()
          Getter for property version.
 void setFile(java.lang.String file)
          Setter for file property.
 void setVersion(java.lang.String version)
          Setter for version property
 java.lang.String toString()
          Builds a string representation of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public java.lang.String version
CVSTag used to specify the version of the file.


file

public java.lang.String file
CVSPath for the library file

Constructor Detail

Lib

public Lib()
Method Detail

setVersion

public void setVersion(java.lang.String version)
Setter for version property

Parameters:
version - CVSTag used to specify the version of the file.

setFile

public void setFile(java.lang.String file)
Setter for file property.

Parameters:
file - CVSPath for the library file.

getVersion

public java.lang.String getVersion()
Getter for property version.

Returns:
Value of property version.

getFilename

public java.lang.String getFilename()
Getter for name of the file.

Returns:
Name of the file.

getFile

public java.lang.String getFile()
Getter for property file.

Returns:
Value of property file.

toString

public java.lang.String toString()
Builds a string representation of this class.

Returns:
String representation of this class.


Copyright © 2003-2004 SourceForge. All Rights Reserved.