GCSHostResourceManager
public
class
GCSHostResourceManager
extends LocalHostResourceManager
ดาวน์โหลดทรัพยากรโฮสต์จาก GCS (Google Cloud Storage)
สรุป
วิธีการป้องกัน |
void
|
clearHostResource(String name, File localFile)
ล้างทรัพยากรโฮสต์ในเครื่อง
|
File
|
fetchHostResource(String name, String value)
ดาวน์โหลดทรัพยากรโฮสต์จาก GCS ไปยังไฟล์ในเครื่อง
|
ช่างก่อสร้างสาธารณะ
GCSHostResourceManager
public GCSHostResourceManager ()
วิธีการป้องกัน
clearHostResource
protected void clearHostResource (String name,
File localFile)
ล้างทรัพยากรโฮสต์ในเครื่อง
พารามิเตอร์ |
name |
String : รหัสของทรัพยากรโฮสต์ |
localFile |
File : ไฟล์ในเครื่อง |
FetchHostResource
protected File fetchHostResource (String name,
String value)
ดาวน์โหลดทรัพยากรโฮสต์จาก GCS ไปยังไฟล์ในเครื่อง
พารามิเตอร์ |
name |
String : ชื่อของทรัพยากรโฮสต์ |
value |
String : เส้นทางระยะไกลของทรัพยากรโฮสต์ |
คิกรีเทิร์น |
File |
ไฟล์ในเครื่อง |