FakeTestsZipFolder.ItemType
public static final enum FakeTestsZipFolder.ItemType
extends Enum< FakeTestsZipFolder.ItemType >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.FakeTestsZipFolder.ItemType > | |
↳ | com.android.tradefed.util.FakeTestsZipFolder.ItemType |
概括
枚举值 | |
---|---|
FakeTestsZipFolder.ItemType | DIRECTORY |
FakeTestsZipFolder.ItemType | FILE
|
公开方法 | |
---|---|
static FakeTestsZipFolder.ItemType | valueOf (String name) |
static final ItemType[] | values () |
枚举值
目录
public static final FakeTestsZipFolder.ItemType DIRECTORY
文件
public static final FakeTestsZipFolder.ItemType FILE
公开方法
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]