OptionSetter.Handler
public
static
abstract
class
OptionSetter.Handler
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.config.OptionSetter.Handler<T>
|
Summary
Public methods |
boolean
|
isBoolean()
|
boolean
|
isMap()
|
abstract
T
|
translate(String valueText)
Returns an object of appropriate type for the given Handle, corresponding to 'valueText'.
|
Public constructors
Handler
public Handler ()
Public methods
isBoolean
public boolean isBoolean ()
isMap
public boolean isMap ()
translate
public abstract T translate (String valueText)
Returns an object of appropriate type for the given Handle, corresponding to 'valueText'.
Returns null on failure.
Parameters |
valueText |
String |
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 2025-01-30 UTC.
[null,null,["Last updated 2025-01-30 UTC."],[],[]]