Johan Compagner wrote:
is fine by me as long as the current stuff keeps working
like the system property which i use all the time
because i always set it directly in deployment but in my launch configs i
set it back with a system property
I guess we could implement a getDefaultConfigurationType() function
which you could delegate to, which would maintain the current
functionality as-is.
So "upgrading"/migrating would be as simple as:
public String getConfigurationType()
{
return getDefaultConfigurationType();
}
But at least it makes it obvious what's going on, and you can ctrl+click
through to the method to see what happens by default. This would be in
the javadoc, obviously.
Regards,
Al
--
Alastair Maw
Wicket-biased blog at http://herebebeasties.com