|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.util.ClasspathResource
public final class ClasspathResource
A class to find resources in the classpath by their mime-type specified in the MANIFEST.
This class searches for content entries in all META-INF/MANIFEST.MF files. It will find files with a given Content-Type: attribute. This allows to add arbitrary resources by content-type just by creating a JAR wrapper and adding them to the classpath.
Example:
Name: test.txt Content-Type: text/plain
Method Summary | |
---|---|
static ClasspathResource |
getInstance()
Retrieve the singleton instance of this class. |
java.util.List |
listResourcesOfMimeType(java.lang.String mimeType)
Retrieve a list of resources known to have the given mime-type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ClasspathResource getInstance()
public java.util.List listResourcesOfMimeType(java.lang.String mimeType)
mimeType
- the mime-type to search for.
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |