public class ParserUtil
extends java.lang.Object
| Constructor and Description |
|---|
ParserUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SubstitutionSchedule |
parseSubstitutionSchedule(SubstitutionScheduleData data) |
static SubstitutionSchedule |
parseSubstitutionSchedule(SubstitutionScheduleData data,
CookieProvider cp) |
static SubstitutionSchedule |
parseSubstitutionSchedule(SubstitutionScheduleData data,
Credential credential) |
static SubstitutionSchedule |
parseSubstitutionSchedule(SubstitutionScheduleData data,
Credential credential,
CookieProvider cp) |
public static SubstitutionSchedule parseSubstitutionSchedule(SubstitutionScheduleData data) throws CredentialInvalidException, java.io.IOException, org.json.JSONException
CredentialInvalidExceptionjava.io.IOExceptionorg.json.JSONExceptionpublic static SubstitutionSchedule parseSubstitutionSchedule(SubstitutionScheduleData data, CookieProvider cp) throws CredentialInvalidException, java.io.IOException, org.json.JSONException
CredentialInvalidExceptionjava.io.IOExceptionorg.json.JSONExceptionpublic static SubstitutionSchedule parseSubstitutionSchedule(SubstitutionScheduleData data, Credential credential) throws CredentialInvalidException, java.io.IOException, org.json.JSONException
CredentialInvalidExceptionjava.io.IOExceptionorg.json.JSONExceptionpublic static SubstitutionSchedule parseSubstitutionSchedule(SubstitutionScheduleData data, Credential credential, CookieProvider cp) throws org.json.JSONException, CredentialInvalidException, java.io.IOException
org.json.JSONExceptionCredentialInvalidExceptionjava.io.IOException