ExpansionFileType
列挙型 |
expansionFileTypeUnspecified |
拡張ファイル形式が指定されていません。 |
main |
メインの拡張ファイル。 |
patch |
パッチ拡張ファイル。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Developers can use the `main` type to indicate the main expansion file while `patch` signifies a patch expansion file."],["The `expansionFileTypeUnspecified` is used when the expansion file type is not specified or unknown."],["There are three available types of expansion files developers can choose from, allowing them to easily categorize their files based on functionality."]]],["The provided content outlines three possible types of expansion files: `expansionFileTypeUnspecified`, which denotes an undefined type; `main`, representing the primary expansion file; and `patch`, which signifies a supplementary update or modification file. These categories are defined within an enumeration, offering a structured method for classifying the function of each expansion file.\n"]]