int count = 0;
for ( Iterator iter = value.getNetworkProxies().iterator(); iter.hasNext(); count++ )
{
String name = "networkProxies.networkProxy(" + count + ")";
NetworkProxyConfiguration o = ( NetworkProxyConfiguration ) iter.next();
writeNetworkProxyConfiguration( prefix + name + ".", o, registry );
}
}
if ( value.getLegacyArtifactPaths() != null && value.getLegacyArtifactPaths().size() > 0
)