On Wed, 07 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> 1. a new ProcessBuilder :
> http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder.html
>
> Either this eliminates all the platform specific grunge, or it adds
> new complexity
We could use it as yet another lau
Dominique Devienne wrote:
From: Steve Loughran [mailto:[EMAIL PROTECTED]
1. a new ProcessBuilder :
http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder
.html
Gee, what happened to the JavaBeans method getXyz and setXyz!?!?
There is ProcessBuilder#directory() instead of #getDi
> From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
> Dominique Devienne wrote:
> >Gee, what happened to the JavaBeans method getXyz and setXyz!?!?>
> Finally...
Oh really? How about
File& directory();
const File& directory() const;
since you're at it ;-) Yes, Java is verbose,
Finally...
- Alexey.
Dominique Devienne wrote:
From: Steve Loughran [mailto:[EMAIL PROTECTED]
1. a new ProcessBuilder :
http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder
.html
Gee, what happened to the JavaBeans method getXyz and setXyz!?!?
There is ProcessBuilder#dire
> From: Steve Loughran [mailto:[EMAIL PROTECTED]
> 1. a new ProcessBuilder :
> http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder
> .html
Gee, what happened to the JavaBeans method getXyz and setXyz!?!?
There is ProcessBuilder#directory() instead of #getDirectory()
There i
some interesting things to worry about soon, based on the change log:
http://java.sun.com/j2se/1.5.0/jcp/beta1/index.html
1. a new ProcessBuilder :
http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder.html
Either this eliminates all the platform specific grunge, or it adds