|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.staticexport.CmsExportFolderMatcher
This class provides a file name matcher to find out those resources which must be part of a static export.
Constructor Summary | |
CmsExportFolderMatcher(java.util.List vfsFolders,
java.lang.String checkResource)
Creates a new CmsExportFolderMatcher. |
Method Summary | |
boolean |
match(java.lang.String vfsName)
Checks if a vfsName matches the given static export folders. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CmsExportFolderMatcher(java.util.List vfsFolders, java.lang.String checkResource)
vfsFolders
- array of vfsFolder used for static exportcheckResource
- additional resource name to be added to the static exportMethod Detail |
public boolean match(java.lang.String vfsName)
vfsName
- the vfs name of a resource to check
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |