|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.tools.ToolProvider
public class ToolProvider
コンパイラのプロバイダなど、ツールプロバイダを検索するメソッドを提供します。このクラスは、ServiceLoader の機能を補足します。
| メソッドの概要 | |
|---|---|
static JavaCompiler |
getSystemJavaCompiler()
このプラットフォームに付属している Java™ プログラミング言語コンパイラを取得します。 |
static ClassLoader |
getSystemToolClassLoader()
このプラットフォームに付属しているツールのクラスローダーを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static JavaCompiler getSystemJavaCompiler()
nullpublic static ClassLoader getSystemToolClassLoader()
null
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。