public class ApplicationInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
File |
destDir |
String |
login |
String |
name |
boolean |
needAuthentication |
String |
newVersion |
String |
oldVersion |
char[] |
password |
String |
url |
| Constructor and Description |
|---|
ApplicationInfo(String name,
String oldVersion,
String newVersion,
String url,
File destDir,
boolean needAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthentication(String login,
char[] password) |
String |
toString() |
Copyright © 2013–2016 CodeLutin. All rights reserved.