665666667668669670671672673
private void write( String path ) throws Exception { if ( path != null && path != "" ) { //$NON-NLS-1$ SchemaWriter writer = new SchemaWriter(); writer.write( this, path ); } }
661662663664665666667668669