com.ibm.rational.test.lt.recorder.core.deploy
Class FileEntry
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileEntry
public FileEntry(File file)
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.
© Copyright IBM Corp. 2012. All rights reserved.