public class CommandService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.chain.CatalogFactory |
catalogFactory |
protected org.apache.commons.digester.Digester |
digester |
| Constructor and Description |
|---|
CommandService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(ComponentPlugin plugin) |
org.apache.commons.chain.Catalog |
getCatalog() |
org.apache.commons.chain.Catalog |
getCatalog(String name) |
Iterator |
getCatalogNames() |
void |
putCatalog(InputStream xml)
puts catalog (add or update) using XML input stream
|
protected org.apache.commons.chain.CatalogFactory catalogFactory
protected org.apache.commons.digester.Digester digester
public void addPlugin(ComponentPlugin plugin)
public void putCatalog(InputStream xml) throws IOException, SAXException
xml - IOExceptionSAXExceptionpublic org.apache.commons.chain.Catalog getCatalog()
public org.apache.commons.chain.Catalog getCatalog(String name)
name - public Iterator getCatalogNames()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.