JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourFormat.Importer

All Known Subinterfaces:
ContourCreationRecord.Importer, MethodContourCreationRecord.Importer
Enclosing interface:
ContourFormat

public static interface ContourFormat.Importer

Builder for contour formats.


Method Summary
 List<ContourMemberFormat> provideMemberFormats()
          Import the list of member format for this cf.
 

Method Detail

provideMemberFormats

List<ContourMemberFormat> provideMemberFormats()
Import the list of member format for this cf.

Returns:
list of member formats

JIVE Platform
Release 0.3.1