Package jetbrains.mps.vfs
Class Files
- java.lang.Object
 - 
- jetbrains.mps.vfs.Files
 
 
- 
@Deprecated public final class Files extends Object
Deprecated. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IFilefromURL(URL url)Deprecated.Usually when one calls URL#getPath he expects the result to be without scheme. 
 - 
 
- 
- 
Method Detail
- 
fromURL
@NotNull public static IFile fromURL(@NotNull URL url)
Deprecated.Usually when one calls URL#getPath he expects the result to be without scheme. However in the case of the 'jar' scheme it is not true (nicely done, JDK!) Hence the hack to resolve 'jar:file://a.jar!/a.txt' like URI is to resolve two times.see
jetbrains.mps.workbench.index.RootNodeNameIndexfor a long and boring explanationfixme it is better to parse on our own [apyshkin]
 
 - 
 
 -