Package logic.mapper
Class SubjectDownloader
- java.lang.Object
-
- logic.mapper.SubjectDownloader
-
public final class SubjectDownloader extends Object
- Author:
- Tomáš Hamsa on 14.09.2017.
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<Parallel>FILTER_FULLstatic Predicate<Parallel>FILTER_NOTHINGstatic StringQUERY_NOT_CLOSED
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Subjectdownload(ApiBase apiBase, String semester, String code)static Subjectdownload(ApiBase apiBase, String semester, String code, String name)static Subjectdownload(ApiBase apiBase, String semester, String code, String name, String query, Predicate<Parallel> filter)
-
-
-
Method Detail
-
download
public static Subject download(@Nonnull ApiBase apiBase, @Nonnull String semester, @Nonnull String code, @Nonnull String name) throws IOException
- Throws:
IOException
-
download
public static Subject download(@Nonnull ApiBase apiBase, @Nonnull String semester, @Nonnull String code) throws IOException
- Throws:
IOException
-
-