public class Import extends FabricCommand
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
nregex |
protected java.lang.String |
source |
configurationAdmin, fabricService
Constructor and Description |
---|
Import() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
doExecute() |
protected void |
doExecute(org.apache.curator.framework.CuratorFramework zk) |
java.lang.String |
getSource() |
java.lang.String |
getTarget() |
boolean |
isFilesystem() |
boolean |
isVerbose() |
void |
setFilesystem(boolean filesystem) |
void |
setSource(java.lang.String source) |
void |
setTarget(java.lang.String target) |
void |
setVerbose(boolean verbose) |
checkFabricAvailable, doesContainerExist, getConfigurationAdmin, getContainer, getCurator, getFabricService, getProfile, getProfiles, getProfiles, isPartOfEnsemble, percentText, setConfigurationAdmin, setCurator, setFabricService, toString, toString
protected void doExecute(org.apache.curator.framework.CuratorFramework zk) throws java.lang.Exception
java.lang.Exception
public boolean isFilesystem()
public void setFilesystem(boolean filesystem)
public java.lang.String getSource()
public void setSource(java.lang.String source)
public java.lang.String getTarget()
public void setTarget(java.lang.String target)
public boolean isVerbose()
public void setVerbose(boolean verbose)
protected java.lang.Object doExecute() throws java.lang.Exception
doExecute
in class org.apache.karaf.shell.console.AbstractAction
java.lang.Exception
Copyright © 2017 Red Hat. All Rights Reserved.