public class RevisionInfo extends Object
| 构造器和说明 |
|---|
RevisionInfo() |
RevisionInfo(String revision,
String executablePath,
String folderPath,
boolean local,
String url,
Product product) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExecutablePath() |
String |
getFolderPath() |
boolean |
getLocal() |
Product |
getProduct() |
String |
getRevision() |
String |
getUrl() |
void |
setExecutablePath(String executablePath) |
void |
setFolderPath(String folderPath) |
void |
setLocal(boolean local) |
void |
setProduct(Product product) |
void |
setRevision(String revision) |
void |
setUrl(String url) |
String |
toString() |
public String getRevision()
public void setRevision(String revision)
public String getExecutablePath()
public void setExecutablePath(String executablePath)
public String getFolderPath()
public void setFolderPath(String folderPath)
public boolean getLocal()
public void setLocal(boolean local)
public String getUrl()
public void setUrl(String url)
public Product getProduct()
public void setProduct(Product product)
Copyright © 2020–2025. All rights reserved.