|
|
@@ -906,4 +906,24 @@ public class Java extends Task { |
|
|
|
w.close(); |
|
|
|
log(sw.toString(), Project.MSG_ERR); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* accessor to the command line |
|
|
|
* |
|
|
|
* @return the current command line |
|
|
|
* @since 1.7 |
|
|
|
*/ |
|
|
|
public CommandlineJava getCommandLine() { |
|
|
|
return cmdl; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* get the system properties of the command line |
|
|
|
* |
|
|
|
* @return the current properties of this java invocation |
|
|
|
* @since 1.7 |
|
|
|
*/ |
|
|
|
public CommandlineJava.SysProperties getSysProperties() { |
|
|
|
return cmdl.getSystemProperties(); |
|
|
|
} |
|
|
|
} |