Cari di Apache Ant 
    Apache Ant Tutorial
Daftar Isi
(Sebelumnya) Index XHelp (Berikutnya)

Index Y & Z - Apache Ant API

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
addC | addF | addR | AN | Co | cr | getC | getD | getG | getM | getP | getS | getV
setB | setD | setE | setF | setG | setJ | setN | setP | setR | setS | setT | setV | SP

Y

yloc - Variable in class org.apache.tools.ant.types.optional.image.Draw
 

Z

Zip - Class in org.apache.tools.ant.taskdefs
Create a Zip file.
Zip() - Constructor for class org.apache.tools.ant.taskdefs.Zip
 
Zip.ArchiveState - Class in org.apache.tools.ant.taskdefs
Holds the up-to-date status and the out-of-date resources of the original archive.
Zip.Duplicate - Class in org.apache.tools.ant.taskdefs
Possible behaviors when a duplicate file is added: "add", "preserve" or "fail"
Zip.Duplicate() - Constructor for class org.apache.tools.ant.taskdefs.Zip.Duplicate
 
Zip.UnicodeExtraField - Class in org.apache.tools.ant.taskdefs
Policiy for creation of Unicode extra fields: never, always or not-encodeable.
Zip.UnicodeExtraField() - Constructor for class org.apache.tools.ant.taskdefs.Zip.UnicodeExtraField
 
Zip.WhenEmpty - Class in org.apache.tools.ant.taskdefs
Possible behaviors when there are no matching files for the task: "fail", "skip", or "create".
Zip.WhenEmpty() - Constructor for class org.apache.tools.ant.taskdefs.Zip.WhenEmpty
 
zipDir(File, ZipOutputStream, String, int) - Method in class org.apache.tools.ant.taskdefs.Zip
Add a directory to the zip stream.
zipDir(File, ZipOutputStream, String, int, ZipExtraField[]) - Method in class org.apache.tools.ant.taskdefs.Zip
Add a directory to the zip stream.
zipDir(Resource, ZipOutputStream, String, int, ZipExtraField[]) - Method in class org.apache.tools.ant.taskdefs.Zip
Add a directory to the zip stream.
ZipEntry - Class in org.apache.tools.zip
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
ZipEntry(String) - Constructor for class org.apache.tools.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class org.apache.tools.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipEntry(ZipEntry) - Constructor for class org.apache.tools.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipEntry() - Constructor for class org.apache.tools.zip.ZipEntry
 
ZipExtraField - Interface in org.apache.tools.zip
General format of extra field data.
zipFile(File, ZipOutputStream, String, int) - Method in class org.apache.tools.ant.taskdefs.Ear
Overridden from Zip class to deal with application.xml
zipFile(InputStream, ZipOutputStream, String, long, File, int) - Method in class org.apache.tools.ant.taskdefs.Jar
Overridden from Zip class to deal with manifests and index lists.
zipFile - Variable in class org.apache.tools.ant.taskdefs.Pack
 
zipFile(File, OutputStream) - Method in class org.apache.tools.ant.taskdefs.Pack
zip a file to an output stream
zipFile(File, ZipOutputStream, String, int) - Method in class org.apache.tools.ant.taskdefs.War
Overridden from Zip class to deal with web.xml Here are cases that can arise -not a web.xml file : add -first web.xml : add, remember we added it -same web.xml again: skip -alternate web.xml : warn and skip
zipFile - Variable in class org.apache.tools.ant.taskdefs.Zip
 
zipFile(InputStream, ZipOutputStream, String, long, File, int) - Method in class org.apache.tools.ant.taskdefs.Zip
Adds a new entry to the archive, takes care of duplicates as well.
zipFile(InputStream, ZipOutputStream, String, long, File, int, ZipExtraField[]) - Method in class org.apache.tools.ant.taskdefs.Zip
Adds a new entry to the archive, takes care of duplicates as well.
zipFile(File, ZipOutputStream, String, int) - Method in class org.apache.tools.ant.taskdefs.Zip
Method that gets called when adding from java.io.File instances.
ZipFile - Class in org.apache.tools.zip
Replacement for java.util.ZipFile.
ZipFile(File) - Constructor for class org.apache.tools.zip.ZipFile
Opens the given file for reading, assuming the platform's native encoding for file names.
ZipFile(String) - Constructor for class org.apache.tools.zip.ZipFile
Opens the given file for reading, assuming the platform's native encoding for file names.
ZipFile(String, String) - Constructor for class org.apache.tools.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names, scanning unicode extra fields.
ZipFile(File, String) - Constructor for class org.apache.tools.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names and scanning for unicode extra fields.
ZipFile(File, String, boolean) - Constructor for class org.apache.tools.zip.ZipFile
Opens the given file for reading, assuming the specified encoding for file names.
ZipFileSet - Class in org.apache.tools.ant.types
A ZipFileSet is a FileSet with extra attributes useful in the context of Zip/Jar tasks.
ZipFileSet() - Constructor for class org.apache.tools.ant.types.ZipFileSet
Constructor for ZipFileSet
ZipFileSet(FileSet) - Constructor for class org.apache.tools.ant.types.ZipFileSet
Constructor using a fileset arguement.
ZipFileSet(ZipFileSet) - Constructor for class org.apache.tools.ant.types.ZipFileSet
Constructor using a zipfileset arguement.
ZipLong - Class in org.apache.tools.zip
Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files.
ZipLong(long) - Constructor for class org.apache.tools.zip.ZipLong
Create instance from a number.
ZipLong(byte[]) - Constructor for class org.apache.tools.zip.ZipLong
Create instance from bytes.
ZipLong(byte[], int) - Constructor for class org.apache.tools.zip.ZipLong
Create instance from the four bytes starting at offset.
ZipOutputStream - Class in org.apache.tools.zip
Reimplementation of java.util.zip.ZipOutputStream that does handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
ZipOutputStream(OutputStream) - Constructor for class org.apache.tools.zip.ZipOutputStream
Creates a new ZIP OutputStream filtering the underlying stream.
ZipOutputStream(File) - Constructor for class org.apache.tools.zip.ZipOutputStream
Creates a new ZIP OutputStream writing to a File.
ZipOutputStream.UnicodeExtraFieldPolicy - Class in org.apache.tools.zip
enum that represents the possible policies for creating Unicode extra fields.
zipResource(Resource, OutputStream) - Method in class org.apache.tools.ant.taskdefs.Pack
zip a resource to an output stream
ZipResource - Class in org.apache.tools.ant.types.resources
A Resource representation of an entry in a zipfile.
ZipResource() - Constructor for class org.apache.tools.ant.types.resources.ZipResource
Default constructor.
ZipResource(File, String, ZipEntry) - Constructor for class org.apache.tools.ant.types.resources.ZipResource
Construct a ZipResource representing the specified entry in the specified zipfile.
ZipScanner - Class in org.apache.tools.ant.types
Scans zip archives for resources.
ZipScanner() - Constructor for class org.apache.tools.ant.types.ZipScanner
 
ZipShort - Class in org.apache.tools.zip
Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files.
ZipShort(int) - Constructor for class org.apache.tools.zip.ZipShort
Create instance from a number.
ZipShort(byte[]) - Constructor for class org.apache.tools.zip.ZipShort
Create instance from bytes.
ZipShort(byte[], int) - Constructor for class org.apache.tools.zip.ZipShort
Create instance from the two bytes starting at offset.
ZipUtil - Class in org.apache.tools.zip
Utility class for handling DOS and Java time conversions.
ZipUtil() - Constructor for class org.apache.tools.zip.ZipUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
(Sebelumnya) Index XHelp (Berikutnya)