org.eclipse.jdt.launching.IVMInstallType
。IVMInstallType
负责创建和管理它的相应 IVMInstall
类的一组实例。通过创建不同的 IVMInstall
对象,IVMInstallType
允许各种 Java VM 的特定行为。Java 调试用户界面插件提供了用于管理 IVMInstall
的用户界面。
<!ELEMENT extension (vmInstallType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT vmInstallType EMPTY>
<!ATTLIST vmInstallType
id CDATA #REQUIRED
class CDATA #REQUIRED>
<extension point=
"org.eclipse.jdt.launching.vmInstallTypes"
>
<vmInstallType class=
"org.eclipse.jdt.internal.launching.j9.J9VMInstallType"
id=
"org.eclipse.jdt.internal.launching.j9.J9Type"
>
</vmInstallType>
</extension>
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html