public class JLink
extends java.lang.Object
| Constructor and Description |
|---|
JLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredArgument(Argument argument) |
void |
addConfiguredJMod(JMod jmod) |
void |
copyTo(java.io.File targetDir) |
java.io.File |
getDir() |
java.lang.String |
getRuntime() |
void |
setRuntime(java.lang.String runtime) |
void |
setTask(AppBundlerTask task) |
java.lang.String |
toString() |
public java.lang.String getRuntime()
public void setRuntime(java.lang.String runtime)
public void setTask(AppBundlerTask task)
public java.io.File getDir()
public void addConfiguredJMod(JMod jmod) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void addConfiguredArgument(Argument argument) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void copyTo(java.io.File targetDir)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object