public final class JkPluginEclipse extends JkPlugin
Modifier and Type | Field and Description |
---|---|
java.lang.String |
jreContainer
If not null, this value will be used as the JRE container path when generating .classpath file.
|
boolean |
useVarPath
Flag to set whether 'generateAll' task should use absolute paths instead of classpath variables
|
Modifier | Constructor and Description |
---|---|
protected |
JkPluginEclipse(JkRun run) |
Modifier and Type | Method and Description |
---|---|
protected void |
activate()
Override this method to modify the run itself or its bound plugins.
|
void |
generateAll() |
void |
generateFiles() |
void |
setStandardJREContainer(java.lang.String jreName)
Set the JRE container to the Eclipse Standard VM type with the desired name.
|
public java.lang.String jreContainer
public boolean useVarPath
protected JkPluginEclipse(JkRun run)
public void setStandardJREContainer(java.lang.String jreName)
protected void activate()
JkPlugin
public void generateFiles()
public void generateAll()