Uses of Interface
org.apache.ivy.core.settings.IvyVariableContainer
-
Packages that use IvyVariableContainer Package Description org.apache.ivy.ant org.apache.ivy.core org.apache.ivy.core.retrieve org.apache.ivy.core.settings org.apache.ivy.plugins.parser.m2 -
-
Uses of IvyVariableContainer in org.apache.ivy.ant
Classes in org.apache.ivy.ant that implement IvyVariableContainer Modifier and Type Class Description (package private) classIvyAntVariableContainerMethods in org.apache.ivy.ant with parameters of type IvyVariableContainer Modifier and Type Method Description private voidIvyAntSettings. defineDefaultSettingFile(IvyVariableContainer variableContainer, org.apache.tools.ant.ProjectComponent task)Set file or url to its default value -
Uses of IvyVariableContainer in org.apache.ivy.core
Methods in org.apache.ivy.core with parameters of type IvyVariableContainer Modifier and Type Method Description private static java.lang.StringIvyPatternHelper. substituteParams(java.lang.String pattern, IvyVariableContainer params, java.util.Stack<java.lang.String> substituting)static java.lang.StringIvyPatternHelper. substituteVariables(java.lang.String pattern, IvyVariableContainer variables)private static java.lang.StringIvyPatternHelper. substituteVariables(java.lang.String pattern, IvyVariableContainer variables, java.util.Stack<java.lang.String> substituting) -
Uses of IvyVariableContainer in org.apache.ivy.core.retrieve
Methods in org.apache.ivy.core.retrieve that return IvyVariableContainer Modifier and Type Method Description IvyVariableContainerRetrieveEngineSettings. getVariables() -
Uses of IvyVariableContainer in org.apache.ivy.core.settings
Classes in org.apache.ivy.core.settings that implement IvyVariableContainer Modifier and Type Class Description classIvyVariableContainerImplprivate static classXmlSettingsParser.IvyVariableContainerWrapperWraps anIvyVariableContainerdelegating most method calls to the wrapped instance, except for a set of variables which are only stored locally in the wrapper, and not propagated to the wrapped instance.Fields in org.apache.ivy.core.settings declared as IvyVariableContainer Modifier and Type Field Description private IvyVariableContainerIvySettings. variableContainerprivate IvyVariableContainerXmlSettingsParser.IvyVariableContainerWrapper. variablesMethods in org.apache.ivy.core.settings that return IvyVariableContainer Modifier and Type Method Description IvyVariableContainerIvySettings. getVariableContainer()IvyVariableContainerIvySettings. getVariables()Returns the variables loaded in configuration file.Methods in org.apache.ivy.core.settings with parameters of type IvyVariableContainer Modifier and Type Method Description voidIvySettings. setVariableContainer(IvyVariableContainer variables)Use a different variable container.Constructors in org.apache.ivy.core.settings with parameters of type IvyVariableContainer Constructor Description IvySettings(IvyVariableContainer variableContainer)IvyVariableContainerWrapper(IvyVariableContainer variables) -
Uses of IvyVariableContainer in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement IvyVariableContainer Modifier and Type Class Description private static classPomModuleDescriptorWriter.IvyVariableContainerWrapperWraps anIvyVariableContainerdelegating most method calls to the wrapped instance, except for a set of variables which are only stored locally in the wrapper, and not propagated to the wrapped instance.Fields in org.apache.ivy.plugins.parser.m2 declared as IvyVariableContainer Modifier and Type Field Description private IvyVariableContainerPomModuleDescriptorWriter.IvyVariableContainerWrapper. variablesMethods in org.apache.ivy.plugins.parser.m2 with parameters of type IvyVariableContainer Modifier and Type Method Description private static voidPomModuleDescriptorWriter. setModuleVariables(ModuleDescriptor md, IvyVariableContainer variables, PomWriterOptions options)Constructors in org.apache.ivy.plugins.parser.m2 with parameters of type IvyVariableContainer Constructor Description IvyVariableContainerWrapper(IvyVariableContainer variables)
-