Ticket #75 (new enhancement)
Opened 3 years ago
Provide a frontend extract method where input/output format are enums
| Reported by: | clange | Owned by: | clange |
|---|---|---|---|
| Priority: | major | Milestone: | 0.3.5 |
| Component: | Java API | Version: | 0.3 |
| Keywords: | Cc: | vzholudev | |
| Blocked By: | Blocking: | ||
| Due to close: | YYYY/MM/DD | Include in GanttChart: | no |
| Dependencies: | Due to assign: | YYYY/MM/DD |
Description
Suggestion by Vyacheslav Zholudev (thanks!):
In addition to the low-level method
Krextor.extract(String inputFormat, String outputFormat, Document inputDocument)
provide a safer and easier-to-use method
Krextor.extract(InputFormat, OutputFormat, Document)
where the enums InputFormat? and OutputFormat? cover all currently available modules.
Note: See
TracTickets for help on using
tickets.
