public class JBossFileManager extends DefaultFileManager
files, reloadingConfigs
Constructor and Description |
---|
JBossFileManager() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends URL> |
getAllPhysicalUrls(URL url) |
protected URL |
getJBossPhysicalUrl(URL url)
Try to determine physical file location.
|
protected boolean |
isJBossUrl(URL fileUrl)
Check if given URL is pointing to JBoss 5 VFS resource
|
void |
monitorFile(URL fileUrl) |
URL |
normalizeToFileProtocol(URL url) |
boolean |
support() |
fileNeedsReloading, fileNeedsReloading, internal, isJarURL, loadFile, setReloadingConfigs
public boolean support()
support
in interface FileManager
support
in class DefaultFileManager
public void monitorFile(URL fileUrl)
monitorFile
in interface FileManager
monitorFile
in class DefaultFileManager
public URL normalizeToFileProtocol(URL url)
normalizeToFileProtocol
in interface FileManager
normalizeToFileProtocol
in class DefaultFileManager
public Collection<? extends URL> getAllPhysicalUrls(URL url) throws IOException
getAllPhysicalUrls
in interface FileManager
getAllPhysicalUrls
in class DefaultFileManager
IOException
protected boolean isJBossUrl(URL fileUrl)
fileUrl
- protected URL getJBossPhysicalUrl(URL url) throws IOException
url
- JBoss VFS URLIOException
- If conversion failsCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.