public abstract class AbstractConfigureFabricCommand extends AbstractFabricCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
FABRIC_PROFILES_DIR| Constructor and Description |
|---|
AbstractConfigureFabricCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
String |
getOverlordProfilePath()
Gets the fabric overlord profile path
|
protected String |
getOverlordPropertiesFilePath()
Gets the overlord properties file path.
|
String |
getPassword() |
boolean |
isAllowedPasswordOverwrite() |
void |
setAllowedPasswordOverwrite(boolean allowedPasswordOverwrite) |
void |
setPassword(String password) |
protected void |
updateOverlordProperties()
Update the overlord properties with the new password introduced.
|
getFabricProfilesPathprotected String password
protected Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionpublic String getOverlordProfilePath()
protected void updateOverlordProperties()
throws Exception
Exception - the exceptionprotected String getOverlordPropertiesFilePath()
public String getPassword()
public void setPassword(String password)
public boolean isAllowedPasswordOverwrite()
public void setAllowedPasswordOverwrite(boolean allowedPasswordOverwrite)
Copyright © 2013–2015 JBoss, a division of Red Hat. All rights reserved.