|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WriterProvider
Provides a Java Writer for writing generated source code.
| Method Summary | |
|---|---|
Writer |
getWriter(com.sforce.soap.partner.GetUserInfoResult userInfo,
com.sforce.soap.partner.DescribeSObjectResult dsr)
Returns a Java Writer for generated source code. |
| Method Detail |
|---|
Writer getWriter(com.sforce.soap.partner.GetUserInfoResult userInfo,
com.sforce.soap.partner.DescribeSObjectResult dsr)
throws IOException
Writer for generated source code.
The Writer that is returned represents the destination
for the source code that is generated from the given GetUserInfoResult
object and DescribeSObjectResult object.
userInfo - the Force.com user who is running the code generationdsr - the Force.com schema object for which code will be generated
null Java Writer to which generated code will be written
IOException - if the Java Writer cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||