com.zipxap.vfs
Class VFSValidator

java.lang.Object
  extended by com.zipxap.vfs.VFSValidator

public class VFSValidator
extends java.lang.Object

This class is used to validate a VFS archive.


Constructor Summary
VFSValidator(LowLevelManager lowLevelManager)
           
 
Method Summary
 java.util.List<VFSSector> getSectors()
           
 java.util.List<java.lang.String> validate()
          Validate the archive of the specified LowLevelManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSValidator

public VFSValidator(LowLevelManager lowLevelManager)
Method Detail

validate

public java.util.List<java.lang.String> validate()
Validate the archive of the specified LowLevelManager

Returns:
A list of problems, else null if the archive is valid.

getSectors

public java.util.List<VFSSector> getSectors()