jet.server.api
Interface PropertiesCreator

All Known Subinterfaces:
CompletedTaskRecord, Member, ReportMember, ResultVersionRecord

public interface PropertiesCreator

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


Method Summary
 java.util.Properties toProperties(java.util.Properties prop)
          Converts the information of the object to Properties.
 

Method Detail

toProperties

java.util.Properties toProperties(java.util.Properties prop)
Converts the information of the object to Properties.

Parameters:
prop - the Properties object which the information will be converted to. If null is passed, return a new created Properties object.
Returns:
the converted properties of the object.