* Add getter for the app classloader.
This commit is contained in:
parent
ad9da0be95
commit
f9f99408ab
1 changed files with 8 additions and 0 deletions
|
@ -154,6 +154,14 @@ public class ApplicationBean implements Serializable {
|
||||||
app.addRepository(rep);
|
app.addRepository(rep);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the app's classloader
|
||||||
|
* @return the app's classloader
|
||||||
|
*/
|
||||||
|
public ClassLoader getClassLoader() {
|
||||||
|
return app.getClassLoader();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue