jet.server.api
Interface PropertiesCreator

All Known Subinterfaces:
CompletedTaskRecord, Member, ReportMember, ResultVersionRecord

public interface PropertiesCreator

Interface PropertiesCreator provides a method to convert the infomation of the object to Properties.


Method Summary
 java.util.Properties toProperties(java.util.Properties prop)
          Convert the infomation of the object to Properties.
 

Method Detail

toProperties

java.util.Properties toProperties(java.util.Properties prop)
Convert the infomation of the object to Properties.

Parameters:
prop - the Properties object which infomation will be converted to be null.
Returns:
the converted properties of the object.