API Overview
API Index
Package Overview
Direct link to this page
Apache Ant 1.7.1
org.apache.tools.ant.taskdefs.
Zip.ArchiveState
View Source
Author(s)
Since
Ant 1.5.3
Version
Serial
Hierarchy
Object
Zip.ArchiveState
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
class Zip.ArchiveState
Holds the up-to-date status and the out-of-date resources of the original archive.
Holds the up-to-date status and the out-of-date resources of
the original archive.
See also:
Constructors
pack-private
Zip.ArchiveState
(
boolean
state,
Resource
r)
Methods
Hide/Show inherited methods
public
Resource
getResourcesToAdd
()
Get the resources to add.
Get the resources to add.
Returns:
the resources to add
public
boolean
isOutOfDate
()
Return the outofdate status.
Return the outofdate status.
Returns:
the outofdate status
public
boolean
isWithoutAnyResources
()
find out if there are absolutely no resources to add
find out if there are absolutely no resources to add
Returns:
true if there are no resources to add
Since:
Ant 1.6.3
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar