I am facing an issue extending CommandlineJava, there are some methods and attributes that are private, they are:

getActualVMCommand()
sysproperties
haveBootClasspath
haveClasspath
bootclasspath
javacommand
vmcommand

I will create accessor for the attributes and make the private methods protected, if you are ok with it.

MAriano

Stefan Bodewig wrote:

On Wed, 11 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote:



ultimately you could replace direct usages of the commandline
variable by an accessor, so I just need to override the
accessor.



Sounds like the cleanest solution.



I could upload a patch to bugzilla if you need to, but the change is
simple enough.



It might save me a few minutes, maybe not. Do as you want but don't blame me if I forget about it 8-)

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to