PocPusher
public
class
PocPusher
extends TestWatcher
java.lang.Object | ||
↳ | org.junit.rules.TestWatcher | |
↳ | com.android.sts.common.PocPusher |
ยูทิลิตีที่จะช่วยพุชไฟล์ปฏิบัติการ PoC เนทีฟไปยังอุปกรณ์
สรุป
ช่อง | |
---|---|
public
boolean |
appendBitness
|
public
boolean |
bitness32
|
public
boolean |
bitness64
|
public
boolean |
cleanup
|
ตัวสร้างแบบสาธารณะ | |
---|---|
PocPusher()
|
เมธอดสาธารณะ | |
---|---|
PocPusher
|
appendBitness(boolean append)
|
PocPusher
|
bothBitness()
|
PocPusher
|
cleanup(boolean cleanup)
|
PocPusher
|
only32()
|
PocPusher
|
only64()
|
void
|
pushFile(String testFile, String remoteFile)
|
PocPusher
|
setAbi(IAbi abi)
|
PocPusher
|
setBuild(IBuildInfo buildInfo)
|
PocPusher
|
setDevice(ITestDevice device)
|
วิธีการที่มีการป้องกัน | |
---|---|
void
|
finished(Description d)
|
void
|
starting(Description d)
|
ช่อง
appendBitness
public boolean appendBitness
bitness32
public boolean bitness32
bitness64
public boolean bitness64
ล้าง
public boolean cleanup
ตัวสร้างแบบสาธารณะ
PocPusher
public PocPusher ()
เมธอดสาธารณะ
appendBitness
public PocPusher appendBitness (boolean append)
พารามิเตอร์ | |
---|---|
append |
boolean |
คิกรีเทิร์น | |
---|---|
PocPusher |
pushFile
public void pushFile (String testFile, String remoteFile)
พารามิเตอร์ | |
---|---|
testFile |
String |
remoteFile |
String |
การโยน | |
---|---|
FileNotFoundException |
|
DeviceNotAvailableException |
setBuild
public PocPusher setBuild (IBuildInfo buildInfo)
พารามิเตอร์ | |
---|---|
buildInfo |
IBuildInfo |
คิกรีเทิร์น | |
---|---|
PocPusher |
setDevice
public PocPusher setDevice (ITestDevice device)
พารามิเตอร์ | |
---|---|
device |
ITestDevice |
คิกรีเทิร์น | |
---|---|
PocPusher |
วิธีการที่มีการป้องกัน
ปิดตลาด
protected void finished (Description d)
พารามิเตอร์ | |
---|---|
d |
Description |
กำลังเริ่มต้น
protected void starting (Description d)
พารามิเตอร์ | |
---|---|
d |
Description |