net.sf.ant4eclipse.ant.type
Class UserLibraryPath

java.lang.Object
  extended by DataType
      extended by net.sf.ant4eclipse.ant.type.UserLibraryPath

public class UserLibraryPath
extends DataType

Simple path extension that allows to be configured using an eclipse configuration file.


Constructor Summary
UserLibraryPath(Project project)
          Simply initialises this new type.
 
Method Summary
 void setUserlibraries(java.io.File userlib)
          Changes the user library configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLibraryPath

public UserLibraryPath(Project project)
Simply initialises this new type.

Parameters:
project - The project this type applies to.
Method Detail

setUserlibraries

public void setUserlibraries(java.io.File userlib)
Changes the user library configuration file.

Parameters:
userlib - The new user library configuration file.