Verify
public
class
Verify
extends Object
java.lang.Object | |
↳ | com.android.tradefed.command.Verify |
Alternate Trade Federation entrypoint to validate command files
Summary
Public constructors | |
---|---|
Verify()
|
Public methods | |
---|---|
boolean
|
isHelpMode()
Returns whether the "--help"/"-h" option was passed to the instance |
static
void
|
main(String[] mainArgs)
Program main entrypoint |
boolean
|
run()
Start validating all specified cmdfiles |
boolean
|
runVerify(File cmdFile)
Validate the specified cmdfile |
Public constructors
Verify
public Verify ()
Public methods
isHelpMode
public boolean isHelpMode ()
Returns whether the "--help"/"-h" option was passed to the instance
Returns | |
---|---|
boolean |
main
public static void main (String[] mainArgs)
Program main entrypoint
Parameters | |
---|---|
mainArgs |
String |
Throws | |
---|---|
ConfigurationException |
run
public boolean run ()
Start validating all specified cmdfiles
Returns | |
---|---|
boolean |
runVerify
public boolean runVerify (File cmdFile)
Validate the specified cmdfile
Parameters | |
---|---|
cmdFile |
File |
Returns | |
---|---|
boolean |