mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Doc.
This commit is contained in:
parent
ad99281ab5
commit
ce04dd80d2
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ class ClassNameXml {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Turn a KobaltPluginXml (the raw content of kobalt-plugin.xml mapped to POJO's) into a PluginInfo object, which contains
|
* Turn a KobaltPluginXml (the raw content of kobalt-plugin.xml mapped to POJO's) into a PluginInfo object, which
|
||||||
* all the contributors instantiated and other information that Kobalt can actually use. Kobalt code that
|
* contains all the contributors instantiated and other information that Kobalt can actually use. Kobalt code that
|
||||||
* needs to access plug-in info can then just inject a PluginInfo object.
|
* needs to access plug-in info can then just inject a PluginInfo object.
|
||||||
*/
|
*/
|
||||||
class PluginInfo(val xml: KobaltPluginXml, val classLoader: ClassLoader?) {
|
class PluginInfo(val xml: KobaltPluginXml, val classLoader: ClassLoader?) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue