The following is an example of a provider description XML file.
<Provider>
<ApplicationName>P6</ApplicationName>
<ClassPath>com.oracle.pgbu.pdi.p6provider.P6Provider</ClassPath>
<FlowDefinition>
<Name>Primavera Project Data</Name>
<FlowSide>Host</FlowSide>
<FlowBusinessObject>
<Name>Project</Name>
</FlowBusinessObject>
...
...
<Parameter>
<DefaultValue>Imported Projects</DefaultValue>
<Description>Destination location for synced projects</Description>
<Title>EPS Location</Title>
<Type>String</Type>
</Parameter>
...
</FlowDefinition>
...
</Provider>