java.lang.Object | +--com.ibm.commerce.server.AttachFilter
Attachment Filter for Jar and Zips.
Constructor Summary | |
---|---|
AttachFilter() |
Method Summary | |
---|---|
static java.lang.String |
inspect(java.io.File f, java.lang.String supportedExtList) to inspect the jar or zip file content to see if it contains any unsupported file extensions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public AttachFilter()
Method Detail |
---|
public static java.lang.String inspect(java.io.File f, java.lang.String supportedExtList)
f
- the uploaded file which is of zip or jar formatsupportedExtList
- the list of supported file extensions in
String