2026 年より、トランク安定版開発モデルに沿ってエコシステムのプラットフォームの安定性を確保するため、第 2 四半期と第 4 四半期に AOSP にソースコードを公開します。AOSP のビルドと投稿には、android-latest-release を使用します。android-latest-release マニフェスト ブランチは、常に AOSP にプッシュされた最新のリリースを参照します。詳細については、AOSP の変更点をご覧ください。
Google は AI 技術を使用して、コンテンツをご希望の言語に翻訳しています。AI 翻訳には誤りが含まれる場合があります。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ConfigurationFactory.ExceptionLoader
protected
class
ConfigurationFactory.ExceptionLoader
extends ConfigurationFactory.ConfigLoader
概要
パブリック メソッド |
ConfigurationDef
|
getConfigurationDef(String name, Map<String, String> templateMap)
|
boolean
|
isBundledConfig(String name)
クラスパス内にある構成ファイルの場合は true を返します。
|
void
|
loadConfiguration(String name, ConfigurationDef def, String deviceTagObject, Map<String, String> templateMap, Set<String> templateSeen)
|
void
|
loadIncludedConfiguration(ConfigurationDef def, String parentName, String name, String deviceTagObject, Map<String, String> templateMap, Set<String> templateSeen)
tradefed.jar にバンドルされている構成には、tradefed.jar にバンドルされている他の構成のみを含めることができます。
|
パブリック コンストラクタ
ExceptionLoader
public ExceptionLoader (boolean isGlobal)
パブリック メソッド
getConfigurationDef
public ConfigurationDef getConfigurationDef (String name,
Map<String, String> templateMap)
| パラメータ |
name |
String |
templateMap |
Map |
isBundledConfig
public boolean isBundledConfig (String name)
クラスパス内にある構成ファイルの場合は true を返します。
loadConfiguration
public void loadConfiguration (String name,
ConfigurationDef def,
String deviceTagObject,
Map<String, String> templateMap,
Set<String> templateSeen)
| パラメータ |
name |
String |
def |
ConfigurationDef |
deviceTagObject |
String |
templateMap |
Map |
templateSeen |
Set |
loadIncludedConfiguration
public void loadIncludedConfiguration (ConfigurationDef def,
String parentName,
String name,
String deviceTagObject,
Map<String, String> templateMap,
Set<String> templateSeen)
tradefed.jar にバンドルされている構成には、tradefed.jar にバンドルされている他の構成のみを
含めることができます。ただし、ローカル(外部)構成には、ローカル
(外部)構成とバンドル構成の両方を含めることができます。
| パラメータ |
def |
ConfigurationDef |
parentName |
String |
name |
String |
deviceTagObject |
String |
templateMap |
Map |
templateSeen |
Set |
保護されたメソッド
findConfigName
protected String findConfigName (String name,
String parentName)
構成の名前と親の名前に基づいて構成の名前を見つけます。これは、
バンドル構成とローカル構成を適切に処理するために使用されます。
| パラメータ |
name |
String: 構成の名前 |
parentName |
String: 構成の親の名前。 |
isTrackableConfig
protected boolean isTrackableConfig (String name)
構成のライフサイクルを追跡するかどうか。
| 戻り値 |
boolean |
構成が追跡可能な場合は true、それ以外の場合は false。 |
trackConfig
protected void trackConfig (String name,
ConfigurationDef def)
動的読み込み用の構成を追跡します。現時点では、ローカル ファイルのみがサポートされています。
| パラメータ |
name |
String: 構成の名前 |
def |
ConfigurationDef: 構成の定義。 |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2026-06-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2026-06-22 UTC。"],[],[]]