IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.deploy
Class FileEntry

java.lang.Object
  extended by com.ibm.rational.test.lt.recorder.core.deploy.FileEntry
All Implemented Interfaces:
IEntry

public final class FileEntry
extends Object
implements IEntry

A classpath entry that corresponds to a java File, usually a jar file or a directory containing .class files.


Constructor Summary
FileEntry(File file)
           
 
Method Summary
 List<String> toLocations()
          Returns the list of paths that this entry resolves to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEntry

public FileEntry(File file)
Method Detail

toLocations

public List<String> toLocations()
Description copied from interface: IEntry
Returns the list of paths that this entry resolves to.

Specified by:
toLocations in interface IEntry
Returns:
the list of paths that this entry resolves to.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.