Interface FileReference
-
public interface FileReferenceA reference to a file in eclipse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetFile()Returns the target file.StringgetJarURL()Returns the jar URL of the fileStringgetPath()Returns the logical path for the file.booleanisRelativeToPathVariable()Returns true if this reference is relative to a path variable.
-
-
-
Method Detail
-
getPath
String getPath()
Returns the logical path for the file.
-
getFile
File getFile()
Returns the target file.
-
getJarURL
String getJarURL()
Returns the jar URL of the file
-
isRelativeToPathVariable
boolean isRelativeToPathVariable()
Returns true if this reference is relative to a path variable.
-
-