cpwriter.compile();
CRUDClientWriter crudClientWriter = new CRUDClientWriter( javaOut, mModel );
crudClientWriter.compile();
CRUDBatchClientWriter crudBatchClientWriter = new CRUDBatchClientWriter( javaOut, mModel );
crudBatchClientWriter.compile();
System.out.println();
System.out.println( "Don't forget to add the following to your AndroidManifest.xml under the <application> tag." );
System.out.println();
System.out.println( "<provider android:name=\"" + mModel.getClassPackage() + "." + mModel.getContentProviderName()+ "\" android:authorities=\"" + mModel.getContentAuthority() + "\">" );