public class MakeJnlp2
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
MakeJnlp2() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigured(org.apache.tools.ant.types.ResourceCollection rc) |
void |
addIndirectFiles(org.apache.tools.ant.types.FileSet fs)
Other non-JAR files which should be made available to InstalledFileLocator.
|
void |
addIndirectJars(org.apache.tools.ant.types.FileSet fs)
Other JARs which should be copied into the destination directory and referred to as resources,
even though they are not listed as Class-Path extensions of the module and would not normally
be in its effective classpath.
|
org.apache.tools.ant.types.FileSet |
createModules() |
void |
execute() |
File |
getBasedir() |
List<org.apache.tools.ant.taskdefs.Property> |
getExtraManifestAttributes() |
List<SignJar.JarsConfig> |
getJarsConfigs() |
Integer |
getPack200Effort() |
boolean |
isPack200() |
boolean |
isUnsignFirst() |
void |
setAlias(String a) |
void |
setBasedir(File basedir) |
void |
setCodebase(String s) |
void |
setDir(File t) |
void |
setExtraManifestAttributes(List<org.apache.tools.ant.taskdefs.Property> extraManifestAttributes) |
void |
setJarsConfigs(List<SignJar.JarsConfig> jarsConfigs) |
void |
setJarVersions(Map<String,String> jarVersions)
Explicit definition of jar file versions (for jars without versions specified
in manifest file)
|
void |
setKeystore(String k) |
void |
setNativeLibraries(Set<String> libs) |
void |
setNbThreads(int nbThreads) |
void |
setPack200(boolean pack200) |
void |
setPack200Effort(Integer pack200Effort) |
void |
setPermissions(String s)
XML fragment pasted into the security part of the .jnlp file.
|
void |
setProcessJarVersions(boolean b)
Whether to add versions and sizes of jars into jnlp files.
|
void |
setSigningForce(boolean signingForce) |
void |
setSigningMaxMemory(String signingMaxMemory) |
void |
setSigningRetryCount(int signingRetryCount) |
void |
setSigningTsaCert(String signingTsaCert) |
void |
setSigningTsaUrl(String signingTsaUrl) |
void |
setSignJars(boolean s)
Whether the final jars should be signed or not.
|
void |
setStorePass(String p) |
void |
setStoreType(String t) |
void |
setUnsignFirst(boolean unsignFirst) |
void |
setVerify(boolean v) |
void |
setVerifyExcludes(String s)
Comma separated list of allowed excluded names of files during verify
phase.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic org.apache.tools.ant.types.FileSet createModules()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void addConfigured(org.apache.tools.ant.types.ResourceCollection rc)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void setDir(File t)
public void setAlias(String a)
public void setStorePass(String p)
public void setKeystore(String k)
public void setStoreType(String t)
public void setCodebase(String s)
public void setVerify(boolean v)
public void setSigningForce(boolean signingForce)
public void setSigningTsaCert(String signingTsaCert)
public void setSigningTsaUrl(String signingTsaUrl)
public void setSigningMaxMemory(String signingMaxMemory)
public void setSigningRetryCount(int signingRetryCount)
public void setNbThreads(int nbThreads)
public boolean isUnsignFirst()
public void setUnsignFirst(boolean unsignFirst)
public List<org.apache.tools.ant.taskdefs.Property> getExtraManifestAttributes()
public void setExtraManifestAttributes(List<org.apache.tools.ant.taskdefs.Property> extraManifestAttributes)
public List<SignJar.JarsConfig> getJarsConfigs()
public void setJarsConfigs(List<SignJar.JarsConfig> jarsConfigs)
public boolean isPack200()
public void setPack200(boolean pack200)
public Integer getPack200Effort()
public void setPack200Effort(Integer pack200Effort)
public void setVerifyExcludes(String s)
public File getBasedir()
public void setBasedir(File basedir)
public void setPermissions(String s)
public void addIndirectJars(org.apache.tools.ant.types.FileSet fs)
public void addIndirectFiles(org.apache.tools.ant.types.FileSet fs)
public void setSignJars(boolean s)
public void setProcessJarVersions(boolean b)
b - public void setJarVersions(Map<String,String> jarVersions)
jarVersions - public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2013–2015 Codehaus. All rights reserved.