|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.util.ManifestResource
public class ManifestResource
Representation of a Manifest file and its available extensions and required extensions
Field Summary | |
---|---|
static int |
APPLICATION
|
static int |
SYSTEM
|
static int |
WAR
|
Constructor Summary | |
---|---|
ManifestResource(java.lang.String resourceName,
java.util.jar.Manifest manifest,
int resourceType)
|
Method Summary | |
---|---|
int |
getAvailableExtensionCount()
Gets the number of available extensions |
java.util.ArrayList |
getAvailableExtensions()
Gets the list of available extensions |
int |
getRequiredExtensionCount()
Gets the number of required extensions |
java.util.ArrayList |
getRequiredExtensions()
Gets the list of required extensions |
java.lang.String |
getResourceName()
Gets the name of the resource |
boolean |
isFulfilled()
Returns true if all required extension dependencies
have been meet for this ManifestResource object. |
boolean |
requiresExtensions()
Convienience method to check if this ManifestResource
has an requires extensions. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SYSTEM
public static final int WAR
public static final int APPLICATION
Constructor Detail |
---|
public ManifestResource(java.lang.String resourceName, java.util.jar.Manifest manifest, int resourceType)
Method Detail |
---|
public java.lang.String getResourceName()
public java.util.ArrayList getAvailableExtensions()
public java.util.ArrayList getRequiredExtensions()
public int getAvailableExtensionCount()
public int getRequiredExtensionCount()
public boolean requiresExtensions()
ManifestResource
has an requires extensions.
public boolean isFulfilled()
true
if all required extension dependencies
have been meet for this ManifestResource
object.
public java.lang.String toString()
toString
in class java.lang.Object
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |