Package org.apache.tools.ant.taskdefs
Class Zip.ArchiveState
java.lang.Object
org.apache.tools.ant.taskdefs.Zip.ArchiveState
- 
Method SummaryModifier and TypeMethodDescriptionResource[][]Get the resources to add.booleanReturn the outofdate status.booleanfind out if there are absolutely no resources to add
- 
Method Details- 
isOutOfDatepublic boolean isOutOfDate()Return the outofdate status.- Returns:
- the outofdate status
 
- 
getResourcesToAdd
- 
isWithoutAnyResourcespublic boolean isWithoutAnyResources()find out if there are absolutely no resources to add- Returns:
- true if there are no resources to add
- Since:
- Ant 1.6.3
 
 
-