Package | Description |
---|---|
oracle.fmwplatform.envspec.environment |
This package contains classes that are used to represent various types of actual (existing) environments.
|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
oracle.fmwplatform.envspec.model |
This package contains classes that are used to represent models of real (existing) or imagined (to be created) environments.
|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.domain |
Classes used to describe a DomainProfile.
|
oracle.fmwplatform.envspec.model.targets | |
oracle.fmwplatform.envspec.model.targets.types | |
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
oracle.fmwplatform.envspec.upgrade | |
oracle.fmwplatform.envspec.versioning |
This package contains classes that are used to describe versions and ranges of versions.
|
Modifier and Type | Method and Description |
---|---|
void |
OfflineEnvironment.close()
Close the Weblogic domain and end the embedded WLST session
|
void |
OnlineEnvironment.close()
Disconnect from the WebLogic managed server and end the embedded WLST session
|
protected void |
DomainEnvironment.execWLST(String command)
Just execute a WLST command in the embedded WLST session
|
abstract List<Cluster> |
DomainEnvironment.getClusters() |
List<Cluster> |
OfflineEnvironment.getClusters()
returns the list of cluster objects of the discovered offline WebLogic Domain.
|
List<Cluster> |
OnlineEnvironment.getClusters()
returns the list of cluster objects of the discovered WebLogic Domain.
|
protected List<ConfigGroup> |
OfflineEnvironment.getConfigGroups()
returns the list of ConfigGroup objects of the discovered offline WebLogic Domain.
|
abstract List<DataSource> |
DomainEnvironment.getDataSources() |
List<DataSource> |
OfflineEnvironment.getDataSources()
returns the list of datasource objects of the discovered offline WebLogic Domain.
|
List<DataSource> |
OnlineEnvironment.getDataSources()
returns the list of datasource objects of the discovered WebLogic Domain.
|
abstract Domain |
DomainEnvironment.getDomain() |
Domain |
OfflineEnvironment.getDomain()
Returns a Domain object, this object only has fields which is associated with WebLogic Domain properties like JTA timeout etc and does not have any server or cluster information.
|
Domain |
OnlineEnvironment.getDomain()
Returns a Domain object, this object only has fields which is associated with WebLogic Domain properties like JTA timeout etc and does not have any server or cluster information.
|
abstract List<NodeManager> |
DomainEnvironment.getNodeManagers() |
List<NodeManager> |
OfflineEnvironment.getNodeManagers()
returns the list of nodemanager or machine objects of the discovered offline WebLogic Domain.
|
List<NodeManager> |
OnlineEnvironment.getNodeManagers()
returns the list of nodemanager or machine objects of the discovered WebLogic Domain.
|
abstract List<Server> |
DomainEnvironment.getServers() |
List<Server> |
OfflineEnvironment.getServers()
Returns list of server objects of the discovered offline WebLogic Domain In offline mode it is not possible to retrieve the value of a particular WebLogic attribute when it contains the default value.
|
List<Server> |
OnlineEnvironment.getServers()
Returns list of server objects of the discovered WebLogic Domain
|
protected List<Template> |
OfflineEnvironment.getTemplates()
returns the list of template objects of the discovered offline WebLogic Domain.
|
protected <T> T |
DomainEnvironment.getWLSTValue(String myModule, String method)
Execute a WLST command in the embedded WLST session and return the discovered environment object.
|
protected <T> List<T> |
DomainEnvironment.getWLSTValues(String myModule, String method)
Execute a WLST command in the embedded WLST session and return a list of discovered environment objects.
|
protected <T> List<T> |
DomainEnvironment.getWLSTValuesByFilter(String myModule, String method, String filter)
Execute a WLST command in the embedded WLST session and return a list of discovered environment objects.
|
protected void |
DomainEnvironment.importModule(String myModule)
Import and load the a WLST jython module.
|
protected void |
DomainEnvironment.retrieveTopologyObjects(Topology topology)
Retrieve the right Oracle Home and Domain from the topology object.
|
protected void |
OracleHomeEnvironment.retrieveTopologyObjects(Topology topology)
Retrieve the right Oracle Home from the topology object.
|
protected void |
DomainEnvironment.startSession(String oracleHome)
start an embedded WLST session.
|
protected void |
OracleHomeEnvironment.validateEnvironmentTarget(ModelTarget target, EnvironmentModel model)
Validate the EnvironmentModelTarget so it can be used for the OracleHome discovery, it should be of type OracleHome or Domain.
|
protected void |
DomainEnvironment.validateEnvironmentTarget(ModelTarget target, EnvironmentModel model, String envType)
Validate the EnvironmentTarget so it can be used for Domain discovery, it should of type Domain.
|
Constructor and Description |
---|
OfflineEnvironment(EnvironmentModel model, ModelTarget target)
OfflineEnvironment constructor which will allow users to create an environment object representing the offline query interface into the WebLogic domain
|
OnlineEnvironment(EnvironmentModel model, ModelTarget target)
OnlineEnvironment constructor which will allow users to create an environment object representing the online query interface into the WebLogic domain
|
OracleHomeEnvironment(EnvironmentModel model, ModelTarget target)
OracleHomeEnvironment constructor which will allow users to create an environment object representing the query interface into the oracleHome
|
Modifier and Type | Method and Description |
---|---|
static Domain |
EnvironmentBootstrapMapping.buildBootstrapDomain(String domainId, String domainPath, String adminUrl, String adminCredentialRef)
Create a Domain object and add the online or offline bootstrap parameters
|
static OracleHome |
EnvironmentBootstrapMapping.buildBootstrapOracleHome(String id, String oracleHomePath, String javaHomePath, Type oracleHomeType)
Create an OracleHome object and add the oracle home bootstrap parameters
|
static Topology |
EnvironmentBootstrapMapping.buildBootstrapTopology(String topologyName, OracleHome oracleHome, Domain domain)
Create a basic topology object with an Oracle home and a Domain object
|
static Domain |
EnvironmentBootstrapMapping.mapDomain(EnvironmentModel model, Domain domain)
Maps a Domain to a given EnvironmentModel
|
static void |
EnvironmentBootstrapMapping.mapDomainToOracleHome(MappedOracleHome mappedOracleHome, Domain domain)
Adds Domain to MappedOracleHome
|
static Host |
EnvironmentBootstrapMapping.mapHostToTopology(Topology topology)
Adds current Host to Topology if it's not present in the topology
|
static MappedOracleHome |
EnvironmentBootstrapMapping.mapOracleHomeToHost(Host host, OracleHome oracleHome)
Adds an OracleHome to Host if it's not mapped already.
|
void |
EnvironmentDiscovery.offline(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover offline Domain artifacts and add them to the topology
|
void |
EnvironmentDiscovery.offline(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Deprecated.
|
void |
EnvironmentDiscovery.online(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover online Domain artifacts and add them to the topology
|
void |
EnvironmentDiscovery.online(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Deprecated.
|
void |
EnvironmentDiscovery.oracleHome(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Discover OracleHome artifacts and add them to the topology object
|
protected void |
EnvironmentDiscovery.retrieveBootstrapObjects(ModelTarget target, EnvironmentModel model)
retrieve the topology domain object together with the host and oracle home object these objects are needed to map all the discovered objects to the right topology object
|
Modifier and Type | Method and Description |
---|---|
EnvironmentModel |
EnvironmentModelBuilder.addOfflineDomainBootstrapParams(String domainId, String domainPath, EnvironmentModel model)
Adds Offline domain bootstrap parameters to the EnvironmentModel.
|
EnvironmentModel |
EnvironmentModelBuilder.addOnlineDomainBootstrapParams(String domainId, String adminUrl, oracle.fmwplatform.credentials.credential.Credential adminCreds, EnvironmentModel model)
Adds Online domain bootstrap parameters and a Credential object to an EnvironmentModel.
|
EnvironmentModel |
EnvironmentModelBuilder.addOracleHomeBootstrapParams(String id, String oracleHomePath, Type oracleHomeType, String javaHomePath, EnvironmentModel model)
Adds Oracle home bootstrap parameters to the EnvironmentModel.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromFiles(String topologyFileName, String version, File walletFile, char[] walletPassword)
Builds an EnvironmentModel based on the name of a Topology file.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromOfflineDomainBootstrapParams(String domainId, String oracleHomePath, String domainPath)
Returns a new EnvironmentModel which only contains an Oracle home, domain with its bootstrap parameters This can be used as input for OfflineEnvironment.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromOnlineDomainBootstrapParams(String domainId, String oracleHomePath, String adminUrl, oracle.fmwplatform.credentials.credential.Credential adminCreds)
Returns a new EnvironmentModel which only contains an minimal Oracle home and a domain with its bootstrap parameters and a Credential object.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromOracleHomeBootstrapParams(String id, String oracleHomePath, Type oracleHomeType, String javaHomePath)
Returns a new EnvironmentModel which only contains an Oracle home with its bootstrap parameters.
|
EnvironmentModel |
EnvironmentModelBuilder.buildFromTopologyFile(File topologyFile, File walletFile, char[] walletPassword)
Builds an EnvironmentModel by loading the Topology specified in topologyFile.
|
List<Blueprint> |
EnvironmentModelBuilder.getAllBlueprints()
Returns a list containing all of the Blueprints in the environment model.
|
List<DomainProfile> |
EnvironmentModelBuilder.getAllDomainProfiles()
Returns a list containing all of the DomainProfiles in the environment model.
|
<T extends oracle.fmwplatform.envspec.common.Versioned> |
EnvironmentModelFileLocator.getAllObjects(Class<?> classType)
Returns a list of all the model files of the specified type that are found in the search path.
|
List<TuningParameters> |
EnvironmentModelBuilder.getAllTuningParameters()
Returns a list containing all of the TuningParameters in the environment model.
|
Template |
EnvironmentModel.getBaseTemplateForDomain(String domainId)
Returns the base Template from the Domain specified or null if no match is found.
|
List<String> |
EnvironmentModel.getClusterIdsInDomain(Domain domain)
Returns the Cluster ids associated with the Domain specified or an empty list if no match is found.
|
List<String> |
EnvironmentModel.getClusterIdsInDomain(String domainId)
Returns the Cluster ids associated with the Domain specified or an empty list if no match is found.
|
List<Cluster> |
EnvironmentModel.getClustersInDomain(Domain domain)
Returns the Clusters associated with the Domain specified or an empty list if no match is found.
|
List<Cluster> |
EnvironmentModel.getClustersInDomain(String domainId)
Returns the Clusters associated with the Domain specified or an empty list if no match is found.
|
List<Template> |
EnvironmentModel.getExtensionTemplatesForDomain(String domainId)
Returns the extension Templates for the Domain specified or an empty list if none are found.
|
OracleHome |
EnvironmentModel.getOracleHomeForAdminServerOfDomain(String domainId)
Returns the OracleHome mapped to the AdminServer of the Domain specified or null if no match is found.
|
List<ServerBinding> |
EnvironmentModel.getServerBindingsInClusterForDomain(String clusterName, String domainId)
Returns the ServerBindings associated with the Domain and Cluster specified or an empty list if none are found
|
Map<String,Set<String>> |
EnvironmentModel.getServerGroupMapFromTemplates(String domainId)
Returns a map of server name to list of server groups found in all the templates reference in the given domain
|
List<String> |
EnvironmentModel.getServerGroups(String domainId, String serverName)
Returns the Server group names for the specified Domain and Server or and empty list is none are found.
|
List<String> |
EnvironmentModel.getServerIdsInDomain(Domain domain)
Returns the Server ids associated with the Domain specified or an empty list if none are found.
|
List<String> |
EnvironmentModel.getServerIdsInDomain(String domainId)
Returns the Server ids associated with the Domain specified or an empty list if none are found.
|
List<Server> |
EnvironmentModel.getServersInDomain(Domain domain)
Returns the Servers associated with the Domain specified or an empty list if none are found.
|
List<Server> |
EnvironmentModel.getServersInDomain(String domainId)
Returns the Servers associated with the Domain specified or an empty list if none are found.
|
List<SettingWithAliasWLSTValues> |
EnvironmentModel.getSettingWithAliasWLSTValues(oracle.fmwplatform.envspec.common.Tunable tunable)
Returns a list of Setting key, value as well as the corresponding WLST online and offline path and attributes.
|
List<String> |
EnvironmentModel.getTemplateNamesInDomain(Domain domain)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
List<String> |
EnvironmentModel.getTemplateNamesInDomain(String domainId)
Returns the Template names associated with the Domain specified or an empty list if none are found.
|
List<Template> |
EnvironmentModel.getTemplatesInDomain(Domain domain)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
List<Template> |
EnvironmentModel.getTemplatesInDomain(String domainId)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
Blueprint |
EnvironmentModelFileLocator.locateBlueprint(String name, String version)
Searches for a Blueprint in the search path that matches the name and version specified.
|
DomainProfile |
EnvironmentModelFileLocator.locateDomainProfile(String name, String version)
Searches for a DomainProfile in the search path that matches the name and version specified.
|
oracle.fmwplatform.envspec.common.Versioned |
EnvironmentModelFileLocator.locateFile(oracle.fmwplatform.envspec.common.ResourceReference<?> resourceReference)
Searches for a model file in the resourceReferenceCache and the search path that matches the values in the ResourceReference specified.
|
oracle.fmwplatform.envspec.common.Versioned |
EnvironmentModelFileLocator.locateFile(String name, String version, Class<?> classType)
Searches for a model file in the search path that matches the name, version and classType specified.
|
oracle.fmwplatform.envspec.common.Versioned |
EnvironmentModelFileLocator.locateFile(String name, String version, Class<?> classType, oracle.fmwplatform.envspec.common.ResourceReference<?> resourceReference) |
Topology |
EnvironmentModelFileLocator.locateTopology(String name, String version)
Searches for a Topology in the search path that matches the name and version specified.
|
TuningParameters |
EnvironmentModelFileLocator.locateTuningParameters(String name, String version)
Searches for a TuningParameters in the search path that matches the name and version specified.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, DiscoveryOptions options, List<ModelTarget> targets)
Populates and refreshes the environment model by doing OracleHome, Online and Offline domain environment discovery.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, EnvironmentModelTarget target)
Deprecated.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, EnvironmentModelTarget target, Class<?> envType)
Deprecated.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, List<ModelTarget> targets)
Populates and refreshes the environment model by doing OracleHome, Online and Offline domain environment discovery.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, List<ModelTarget> targets, Class<?> envType)
Deprecated.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, ModelTarget target)
Deprecated.
|
EnvironmentModel |
EnvironmentModelBuilder.populateFromEnvironment(EnvironmentModel model, ModelTarget target, Class<?> envType)
Deprecated.
|
Blueprint |
EnvironmentModelBuilder.readBlueprint(File blueprintFile)
Reads a Blueprint from the specified file.
|
DomainProfile |
EnvironmentModelBuilder.readDomainProfile(File profileFile)
Reads a Domain Profile from the specified file.
|
EnvironmentModel |
EnvironmentModelBuilder.refreshFromEnvironment(EnvironmentModel model, ModelTarget target)
Refreshes the environment model by doing OracleHome, Online and Offline domain environment discovery.
|
EnvironmentModel |
EnvironmentModelBuilder.refreshFromEnvironment(EnvironmentModel model, ModelTarget target, Class<?> envType)
Only refresh the environment model by doing an OracleHome, Online and Offline domain environment discovery.
|
List<oracle.fmwplatform.util.validation.ValidationMessage> |
EnvironmentModel.validate()
Performs basic validation without reference to any actual environment.
|
void |
EnvironmentModelBuilder.writeModelToFiles(EnvironmentModel model, File outputDirectory)
Writes the environment model objects out as files including the Oracle Wallet if it is present.
|
void |
EnvironmentModelBuilder.writeModelToFiles(EnvironmentModel model, File outputDirectory, char[] walletPassword)
Writes the environment model objects out as files including the Oracle Wallet if it is present.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Blueprint.addBlueprint(String blueprintName)
Adds a Blueprint to the list of Blueprints in this Blueprint identified by the blueprintName.
|
boolean |
Blueprint.addBlueprint(String blueprintName, String version, EnvironmentModelFileLocator locator)
Adds a Blueprint to the list of Blueprints in this Blueprint identified by the blueprintName.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DomainProfile.addBlueprint(String blueprintName)
Add a blueprint to the list of blueprints in this domain profile identified by the blueprintName.
|
boolean |
DomainProfile.addBlueprint(String blueprintName, String version, EnvironmentModelFileLocator locator)
Add a blueprint to the list of blueprints in this domain profile identified by the blueprintName.
|
DomainProfile |
DomainProfile.getDomainProfile()
Returns the domain profile from any domain profile reference this domain profile may have.
|
DomainProfile |
DomainProfile.setDomainProfile(String domainProfileName)
Set the child domain profile by loading the domain profile identified by the domainProfileName.
|
DomainProfile |
DomainProfile.setDomainProfile(String domainProfileName, String version, EnvironmentModelFileLocator locator)
Set the child domain profile by loading the domain profile identified by the domainProfileName.
|
Modifier and Type | Method and Description |
---|---|
static EnvironmentModelTarget |
ModelTargetFactory.convertModelTargetToOldEnvModelTarget(ModelTarget target)
Translate from a ModelTarget to old, deprecated EnvironmentModelTarget to support deprecated API operations.
|
static ModelTarget |
ModelTargetFactory.convertOldFormatTarget(EnvironmentModel model, EnvironmentModelTarget target)
Deprecated.
|
static List<ModelTarget> |
ModelTargetFactory.convertOldFormatTarget(EnvironmentModel model, List<EnvironmentModelTarget> targets)
Deprecated.
|
static List<ModelTarget> |
ModelTargetUtil.explodeTargets(EnvironmentModel model, List<ModelTarget> targets)
Create an exploded list of target objects that do not contain any wildcards.
|
static List<ModelTarget> |
ModelTargetUtil.explodeTargets(EnvironmentModel model, ModelTarget target)
Create an exploded list of target objects that do not contain any wildcards.
|
abstract <T> T |
ModelTargetImpl.getContainerFromModel(EnvironmentModel model) |
<T> T |
ModelTarget.getContainerFromModel(EnvironmentModel model)
Return the model object of the target container.
|
protected Domain |
ModelTargetImpl.getDomainByName(String name, EnvironmentModel model) |
protected NodeManager |
ModelTargetImpl.getNodeManagerByName(String name, EnvironmentModel model) |
<T> T |
ModelTargetImpl.getSingleTargetFromModel(EnvironmentModel model) |
<T> T |
ModelTarget.getSingleTargetFromModel(EnvironmentModel model)
Return a single model object which should be targeted.
|
abstract <T> List<T> |
ModelTargetImpl.getTargetsFromModel(EnvironmentModel model) |
<T> List<T> |
ModelTarget.getTargetsFromModel(EnvironmentModel model)
Return a list of model objects which should be targeted.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DependencyValidationHelper.buildProvidesMap(Topology topology)
Build a map using the provides values of the Domain, Cluster, and Server objects.
|
Server |
Domain.getAdminServer()
Returns the AdminServer on this Domain or null if one has not been set.
|
String |
Domain.getAdminServerId()
Returns the Server id of the AdminServer on this Domain or null if one has not been set.
|
Cluster |
Domain.getClusterById(String clusterId)
Return the Cluster in this Domain that matches the name provided or null if no match is found.
|
List<String> |
Domain.getClusterIds()
Returns the list of cluster Ids on this domain.
|
String |
GenericDataSourceBinding.getConnectString()
Returns the Connect Strings for each of the Nodes contained in this Database.
|
List<Cluster> |
Domain.getEffectiveClusters()
Returns all the clusters in this domain.
|
List<Server> |
Domain.getEffectiveServers()
Returns all the servers in this domain.
|
List<Target> |
Domain.getEffectiveTargets()
Returns all the targets in this domain.
|
List<Template> |
Domain.getEffectiveTemplates()
Returns all the templates in this domain.
|
Map<String,String> |
Domain.getEffectiveVariables()
Returns the variables from the tuning parameters of this domain as well as from the topology that this domain belongs to.
|
Map<String,String> |
Schema.getEffectiveVariables()
Provides the effective list of variables that apply to the tuning parameters.
|
Map<String,String> |
OracleHome.getEffectiveVariables() |
Map<String,String> |
VirtualHost.getEffectiveVariables()
Returns the derived map of variables for this element.
|
Map<String,String> |
WebTier.getEffectiveVariables()
Returns the derived map of variables for this element.
|
Map<String,String> |
Database.getEffectiveVariables()
Returns the derived map of variables for this element.
|
Map<String,String> |
InstallationData.getEffectiveVariables()
Returns the derived map of variables for this element.
|
Map<String,String> |
Domain.getReservedKeywords() |
List<String> |
Domain.getServerIds()
Returns the list of unique server ids on this domain or an empty list if none are found.
|
static void |
DependencyValidationHelper.validateDependencies(Topology topology)
Check the topology for Dependency objects and make sure there is a corresponding Provides field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TuningParameters.addTuningParameters(String tuningParametersName)
Add a TuningParameters to the list of TuningParameters in this TuningParameters identified by the tuningParametersName.
|
boolean |
TuningParameters.addTuningParameters(String tuningParametersName, String version, EnvironmentModelFileLocator locator)
Add a TuningParameters to the list of TuningParameters in this TuningParameters identified by the tuningParametersName.
|
HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> |
TuningParameters.getAlias2WLSTValuesMap()
Returns back the Map of all alias names to its alias WLST values for the type of entity this TuningParameters belongs to.
|
oracle.fmwplatform.envspec.lookup.AliasWLSTValues |
TuningParameters.getAliasWLSTValuesForAlias(String alias)
Returns alias WLST values for the alias provided for the type of entity this TuningParameters belongs to.
|
List<MBeanSetting> |
TuningParameters.getAllMBeanSettings()
Returns MBeanSettings from this TuningParameters as well as from any references, all the way down the chain of nested references.
|
List<Setting> |
TuningParameters.getAllSettings()
Returns settings from this TuningParameters as well as from any references, all the way down the chain.
|
List<Variable> |
TuningParameters.getAllVariables()
Returns the variables from this TuningParameters as well as any referenced TuningParameters, all the way down the chain.
|
List<WLSTSetting> |
TuningParameters.getAllWLSTSettings()
Returns WLSTSettings from this TuningParameters as well as from any references, all the way down the chain of nested references.
|
Map<String,String> |
TuningParameters.getEffectiveVariables()
Returns the combined set of variables from this object as well as any containing objects.
|
String |
TuningParameters.getSettingValueByAlias(String alias)
Returns the Setting value for this alias or null if no match found.
|
Object |
TypedValue.getTypedValue()
Returns the value of this TypedValue as the data type specified.
|
Modifier and Type | Method and Description |
---|---|
static String |
ModelUpgradeUtil.upgrade(String fromVersion, Class clazz, String inputFilePath)
Util api for migrating model xml or json from version n-1 to n
|
String |
ModelUpgradeHandler.upgrade(String fromVersion, Class clazz, String inputFilePath)
Upgrade n-1 version model document to version n
|
static File |
ModelUpgradeUtil.upgrade(String fromVersion, Class clazz, String inputFilePath, String outputFilePath)
Util api for migrating model xml or json from version n-1 to n
|
File |
ModelUpgradeHandler.upgrade(String fromVersion, Class clazz, String inputFilePath, String outFilePath)
Upgrade n-1 version model document to version n
|
Modifier and Type | Method and Description |
---|---|
static VersionRange |
VersionRange.createFromString(String versionString) |