public class FXJar
extends org.apache.tools.ant.Task
In addition to just creating jar archive it also:
Constructor and Description |
---|
FXJar() |
Modifier and Type | Method and Description |
---|---|
Application |
createApplication() |
org.apache.tools.ant.types.FileSet |
createFileSet() |
org.apache.tools.ant.taskdefs.Manifest |
createManifest() |
Permissions |
createPermissions() |
Platform |
createPlatform() |
Resources |
createResources() |
void |
execute() |
void |
setCodebase(String v) |
void |
setCss2Bin(boolean v)
Enable converting CSS files to binary format for faster parsing at
runtime.
|
void |
setDestfile(String v)
Location of output file.
|
void |
setVerbose(boolean v) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setVerbose(boolean v)
public Application createApplication()
public Platform createPlatform()
public Permissions createPermissions()
public Resources createResources()
public void setDestfile(String v)
public void setCodebase(String v)
public void setCss2Bin(boolean v)
public void execute()
execute
in class org.apache.tools.ant.Task
public org.apache.tools.ant.taskdefs.Manifest createManifest()
public org.apache.tools.ant.types.FileSet createFileSet()
Copyright © 2020. All rights reserved.