Package com.arms.api.schedule.util
Class ScheduleFileReader
- java.lang.Object
-
- com.arms.api.schedule.util.ScheduleFileReader
-
public class ScheduleFileReader extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScheduleFileReader.ScheduleListWrapper
-
Constructor Summary
Constructors Constructor Description ScheduleFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringconvertScheduleListToYaml(java.util.List<ScheduleInfoDTO> scheduleList)static java.util.List<ScheduleInfoVO>readScheduleYmlFileAndParseToVO(java.lang.String fileUrl, java.lang.String username, java.lang.String password)
-
-
-
Method Detail
-
readScheduleYmlFileAndParseToVO
public static java.util.List<ScheduleInfoVO> readScheduleYmlFileAndParseToVO(java.lang.String fileUrl, java.lang.String username, java.lang.String password) throws java.lang.Exception
- Throws:
java.lang.Exception
-
convertScheduleListToYaml
public static java.lang.String convertScheduleListToYaml(java.util.List<ScheduleInfoDTO> scheduleList)
-
-