AltDirBehavior
public
final
enum
AltDirBehavior
extends Enum<AltDirBehavior>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.targetprep.AltDirBehavior> | |
↳ | com.android.tradefed.targetprep.AltDirBehavior |
An enum to define alternative directory behaviors for various test artifact installers/pushers
See also:
Summary
Enum values | |
---|---|
AltDirBehavior |
FALLBACK
The alternative directories should be used as a fallback to look up the build artifacts. |
AltDirBehavior |
OVERRIDE
The alternative directories should be used as an override to look up the build artifacts. |
Public methods | |
---|---|
static
AltDirBehavior
|
valueOf(String name)
|
static
final
AltDirBehavior[]
|
values()
|
Enum values
FALLBACK
public static final AltDirBehavior FALLBACK
The alternative directories should be used as a fallback to look up the build artifacts. That is, if build artifacts cannot be found at the regularly configured location.
OVERRIDE
public static final AltDirBehavior OVERRIDE
The alternative directories should be used as an override to look up the build artifacts. That is, alternative directories should be searched first for build artifacts.
Public methods
valueOf
public static AltDirBehavior valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
AltDirBehavior |
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2019-10-02 (UTC) को अपडेट किया गया.