Class NoticeParser
- java.lang.Object
-
- org.apache.flink.tools.ci.utils.notice.NoticeParser
-
public class NoticeParser extends Object
Parsing utils for NOTICE files.
-
-
Constructor Summary
Constructors Constructor Description NoticeParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<NoticeContents>parseNoticeFile(Path noticeFile)
-
-
-
Method Detail
-
parseNoticeFile
public static Optional<NoticeContents> parseNoticeFile(Path noticeFile) throws IOException
- Throws:
IOException
-
-