Uses of Interface
org.liquigraph.core.io.xml.ChangelogLoader
-
Packages that use ChangelogLoader Package Description org.liquigraph.core.configuration org.liquigraph.core.configuration.validators org.liquigraph.core.io.xml -
-
Uses of ChangelogLoader in org.liquigraph.core.configuration
Methods in org.liquigraph.core.configuration that return ChangelogLoader Modifier and Type Method Description ChangelogLoaderConfiguration. changelogLoader()Methods in org.liquigraph.core.configuration with parameters of type ChangelogLoader Modifier and Type Method Description ConfigurationBuilderConfigurationBuilder. withChangelogLoader(ChangelogLoader changelogLoader)SetsChangelogLoaderto use when reading Liquigraph changelogs. -
Uses of ChangelogLoader in org.liquigraph.core.configuration.validators
Methods in org.liquigraph.core.configuration.validators with parameters of type ChangelogLoader Modifier and Type Method Description Collection<String>MandatoryOptionValidator. validate(ChangelogLoader loader, String masterChangelog) -
Uses of ChangelogLoader in org.liquigraph.core.io.xml
Classes in org.liquigraph.core.io.xml that implement ChangelogLoader Modifier and Type Class Description classClassLoaderChangelogLoaderAChangelogLoaderwhich uses aClassLoaderto load changelogs.Methods in org.liquigraph.core.io.xml with parameters of type ChangelogLoader Modifier and Type Method Description Collection<Changeset>ChangelogParser. parse(ChangelogLoader changelogLoader, String masterChangelog)Parses amasterChangelogXML file from the specified classloader, to aChangelogobject.NodeChangelogPreprocessor. preProcess(String changelogPath, ChangelogLoader changelogLoader)NodeImportResolver. resolveImports(String changelog, ChangelogLoader changelogLoader)
-