Downloads the application definition, locale, and resource files according to the file list.
void
downloadAgentryApplication(String fileName, String appId,List<String> files)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
ArrayList<String> files=new ArrayList<String>();
files.add("enLocale");
files.add("cnLocale");
supApplication.downloadAgentryApplication("agentryapp1.zip", "agentry.app1", files);