public class JSFBundleResourceListener extends Object implements org.osgi.framework.BundleListener
Constructor and Description |
---|
JSFBundleResourceListener() |
Modifier and Type | Method and Description |
---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent be) |
static void |
copyFiles(URL source,
File dest)
Copy file from specified source URL to target file.
|
public void bundleChanged(org.osgi.framework.BundleEvent be)
bundleChanged
in interface org.osgi.framework.BundleListener
public static void copyFiles(URL source, File dest) throws IOException
source
- source URLdest
- destination fileIOException
- if an error occursCopyright © 2012-2014 Vektor Software. All Rights Reserved.