On Wed, May 29, 2002 at 07:56:12AM -0400, Pete Kazmier wrote:
> public interface PropertyConverter
> {
> public void convertBracePolicy(String);
> public void convertOtherCommonProperty(String);
> public void passThru(String);
> }Also, the passThru would need two string args for key and value. I was rushing when I sent out the email, you get the point though. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
