Java 类com.intellij.openapi.vfs.impl.jar.CoreJarFileSystem 实例源码

项目:intellij-ce-playground    文件:CoreApplicationEnvironment.java   
@NotNull
protected VirtualFileSystem createJarFileSystem() {
  return new CoreJarFileSystem();
}
项目:tools-idea    文件:CoreApplicationEnvironment.java   
protected VirtualFileSystem createJarFileSystem() {
  return new CoreJarFileSystem();
}
项目:consulo    文件:CoreApplicationEnvironment.java   
@Nonnull
protected VirtualFileSystem createJarFileSystem() {
  return new CoreJarFileSystem();
}