Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » util » [javadoc | source]
org.apache.catalina.util
public class: ManifestResource [javadoc | source]
java.lang.Object
   org.apache.catalina.util.ManifestResource
Representation of a Manifest file and its available extensions and required extensions
Field Summary
public static final  int SYSTEM     
public static final  int WAR     
public static final  int APPLICATION     
Constructor:
 public ManifestResource(String resourceName,
    Manifest manifest,
    int resourceType) 
Method from org.apache.catalina.util.ManifestResource Summary:
getAvailableExtensionCount,   getAvailableExtensions,   getRequiredExtensionCount,   getRequiredExtensions,   getResourceName,   isFulfilled,   requiresExtensions,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.util.ManifestResource Detail:
 public int getAvailableExtensionCount() 
    Gets the number of available extensions
 public ArrayList getAvailableExtensions() 
    Gets the list of available extensions
 public int getRequiredExtensionCount() 
    Gets the number of required extensions
 public ArrayList getRequiredExtensions() 
    Gets the list of required extensions
 public String getResourceName() 
    Gets the name of the resource
 public boolean isFulfilled() 
    Returns true if all required extension dependencies have been meet for this ManifestResource object.
 public boolean requiresExtensions() 
    Convienience method to check if this ManifestResource has an requires extensions.
 public String toString()