ConfigurationPackage Class

  • java.lang.Object
    • system.fabric.ConfigurationPackage

public class ConfigurationPackage

Represents a configuration package.

Constructor Summary

Constructor Description
ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)

Instantiates an object of system.fabric.ConfigurationPackage

Method Summary

Modifier and Type Method and Description
ConfigurationPackageDescription getDescription()

Gets the ConfigurationPackageDescription associated with the system.fabric.ConfigurationPackage

String getPath()

Gets the local path for the system.fabric.ConfigurationPackage

ConfigurationSettings getSettings()

Gets the ConfigurationSettings associated with the system.fabric.ConfigurationPackage

Constructor Details

ConfigurationPackage

public ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)

Instantiates an object of system.fabric.ConfigurationPackage

Parameters:

description - The ConfigurationPackageDescription for the system.fabric.ConfigurationPackage
path - Local path for the system.fabric.ConfigurationPackage
settings - The ConfigurationSettings to be associated with the system.fabric.ConfigurationPackage.

Method Details

getDescription

public ConfigurationPackageDescription getDescription()

Gets the ConfigurationPackageDescription associated with the system.fabric.ConfigurationPackage

Returns:

the ConfigurationPackageDescription associated with the system.fabric.ConfigurationPackage

getPath

public String getPath()

Gets the local path for the system.fabric.ConfigurationPackage

Returns:

the local path for the system.fabric.ConfigurationPackage

getSettings

public ConfigurationSettings getSettings()

Gets the ConfigurationSettings associated with the system.fabric.ConfigurationPackage

Returns:

the ConfigurationSettings associated with the system.fabric.ConfigurationPackage

Applies to