| |
|
| java.lang.Object org.tp23.antinstaller.selfextract.SelfExtractor org.tp23.antinstaller.selfextract.NonExtractor
NonExtractor | public class NonExtractor extends SelfExtractor (Code) | | This class is a replacement for the SelfExtractor that provides a similar
function to the SelfExtractor but avoids the need to extract all the
files prior to running the build. When using this extractor the project
is run from the Jar but It is the Ant builds responsibility to access
resources from within the Jar the Jar itself can be referenced using
the Ant property "antinstaller.jar". The build file is automatically read
from the Jar.
author: Paul Hinds version: $Id: NonExtractor.java,v 1.4 2006/12/15 21:16:39 teknopaul Exp $ |
Method Summary | |
public static void | main(String[] args) Run method to use from the command line. |
ANTINSTALLER_JAR_PROPERTY | final public static String ANTINSTALLER_JAR_PROPERTY(Code) | | used by AntProjectFilter
|
CONFIG_RESOURCE | final public static String CONFIG_RESOURCE(Code) | | |
main | public static void main(String[] args)(Code) | | Run method to use from the command line. This is fired via an entry in the
MANIFEST.MF in the Jar
Parameters: args - The command line arguments |
Fields inherited from org.tp23.antinstaller.selfextract.SelfExtractor | final public static String CONFIG_RESOURCE(Code)(Java Doc)
|
|
|
|