public abstract class AbstractConfigureCommand
extends org.apache.karaf.shell.console.OsgiCommandSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
karafConfigDir |
protected String |
karafConfigPath |
protected String |
karafHome |
protected String |
password |
| Constructor and Description |
|---|
AbstractConfigureCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyXslt(File xmlFile,
InputStream xsltFile)
Applies XSLT to the given XML file.
|
void |
commonActions() |
protected void |
copyFile(String filename)
Copy the given filename from this bundle to Fuse.
|
protected void |
copyFile(String inputFile,
String destFileName)
Copy the given filename from this bundle to Fuse.
|
protected Object |
doExecute() |
protected String karafHome
protected String karafConfigDir
protected String karafConfigPath
protected String password
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionprotected void applyXslt(File xmlFile, InputStream xsltFile) throws Exception
xmlFile - xsltFile - Exceptionprotected void copyFile(String filename) throws Exception
filename - Exceptionprotected void copyFile(String inputFile, String destFileName) throws Exception
filename - ExceptionCopyright © 2013–2015 JBoss, a division of Red Hat. All rights reserved.