Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Path variable resolution

Am I required to call IPathVariableManager.resolvePath(IPath) on a path 
before calling toFile()? The implementation of Path.toFile calls 
toOSString, which does not use the IPathVariableManager at all.

If this is the case, I will open a bug noting that the documentation on 
IPath should be updated to reflect this new API agreement.

Are path variables a generic implementation of the JDT path variables? 
What sort of assumptions should I make about path variable 
creation/deletion frequency and total number of path variables?

jkca


Back to the top