public class ConfigManagerComponent
extends com.endeca.soleng.eac.toolkit.component.CustomComponent
| Constructor and Description |
|---|
ConfigManagerComponent()
Deprecated.
Constructor for the Config Manager custom component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanDirs()
Deprecated.
Cleans the component's directories.
|
void |
downloadWsConfig()
Deprecated.
Downloads Web Studio configuration to WS config directory.
|
void |
downloadWsConfig(boolean filterInactive)
Deprecated.
Downloads Web Studio configuration to WS config directory.
|
void |
downloadWsDgraphConfig()
Deprecated.
Downloads Web Studio dgraph configuration WS temp directory.
|
void |
downloadWsDgraphConfig(boolean filterInactive)
Deprecated.
Downloads Web Studio dgraph configuration WS temp directory.
|
void |
fetchDsConfig()
Deprecated.
Retrieves Dev Studio config from the DS config directory and delivers
it to the merged config directory.
|
void |
fetchMergedConfig()
Deprecated.
Retrieves configuration from disparate sources and merges into the
merged config directory.
|
void |
fetchWsConfig()
Deprecated.
Retrieves Web Studio config from the WS config directory and delivers
it to the merged config directory.
|
String |
getDsConfigDir()
Deprecated.
|
String |
getMergedConfigDir()
Deprecated.
|
String |
getWsConfigDir()
Deprecated.
|
String |
getWsDgraphConfigDir()
Deprecated.
|
String |
getWsHost()
Deprecated.
|
List<String> |
getWsMaintainedFiles()
Deprecated.
|
String |
getWsPort()
Deprecated.
|
String |
getWsTempDir()
Deprecated.
|
boolean |
isSkipTestingForFilesDuringCleanup()
Deprecated.
Retrieves the boolean indicating whether directory cleanup should use the default
behavior of first testing for non-empty directory contents, or if that test
should be skipped.
|
boolean |
isWebStudioEnabled()
Deprecated.
|
void |
removeDefinition()
Deprecated.
|
void |
removeWsConfig()
Deprecated.
Removes any instance configuration files in Web Studio associated
with this application.
|
void |
updateWsConfig()
Deprecated.
Updates Web Studio with the latest configuration.
|
void |
updateWsDimensions()
Deprecated.
Updates Web Studio with the latest post-Forge dimensions.
|
buildEacStub, getCustomDirectories, getHost, getHostId, getProperties, getProperty, isDefined, isDefinitionChanged, setCustomDirectories, setDefinition, setHostId, setProperties, updateDefinitiongetAppDefinitionFromEac, getCachedAppDefinition, getProvisioningPort, invalidateCachedAppDefinition, setCachedAppDefinitiongetAppName, getDataPrefix, getEacHost, getEacPort, getElementId, getLockManager, getLogDir, getWorkingDir, isSslEnabled, setAppName, setDataPrefix, setEacHost, setEacPort, setElementId, setLockManager, setLogDir, setSslEnabled, setWorkingDirpublic ConfigManagerComponent()
public void cleanDirs()
throws com.endeca.soleng.eac.toolkit.exception.AppConfigurationException,
com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptioncom.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptionpublic void fetchMergedConfig()
throws com.endeca.soleng.eac.toolkit.exception.AppConfigurationException,
com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void fetchDsConfig()
throws com.endeca.soleng.eac.toolkit.exception.AppConfigurationException,
com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptioncom.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptionpublic void fetchWsConfig()
throws com.endeca.soleng.eac.toolkit.exception.AppConfigurationException,
com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
com.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptioncom.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptionpublic void downloadWsConfig()
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
#downloadWsConfig(true).com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void downloadWsConfig(boolean filterInactive)
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
filterInactive - true if inactive merch rules should not be downloaded.com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void downloadWsDgraphConfig()
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
#downloadWsDgraphConfig(true).com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void downloadWsDgraphConfig(boolean filterInactive)
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void updateWsConfig()
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void removeWsConfig()
com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void updateWsDimensions()
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException,
com.endeca.soleng.eac.toolkit.exception.AppConfigurationException
com.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptioncom.endeca.soleng.eac.toolkit.exception.AppConfigurationExceptionpublic void removeDefinition()
throws com.endeca.soleng.eac.toolkit.exception.EacCommunicationException,
com.endeca.soleng.eac.toolkit.exception.EacComponentControlException
removeDefinition in class com.endeca.soleng.eac.toolkit.component.CustomComponentcom.endeca.soleng.eac.toolkit.exception.EacCommunicationExceptioncom.endeca.soleng.eac.toolkit.exception.EacComponentControlExceptionpublic String getDsConfigDir()
public String getWsConfigDir()
public String getWsDgraphConfigDir()
public String getWsPort()
public String getWsHost()
public boolean isWebStudioEnabled()
public String getWsTempDir()
public String getMergedConfigDir()
public boolean isSkipTestingForFilesDuringCleanup()
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.