Skip navigation links
A C G L P S 

A

AggregateChangeLogGenerator - Class in com.edugility.maven.liquibase
A generator that creates a Liquibase changelog file with <include> elements inside it referencing other Liquibase changelog fragments.
AggregateChangeLogGenerator() - Constructor for class com.edugility.maven.liquibase.AggregateChangeLogGenerator

C

com.edugility.maven.liquibase - package com.edugility.maven.liquibase
Provides classes and interfaces for working with Liquibase in Maven-centric contexts.

G

generate(Collection<? extends URL>) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Generates a Liquibase changelog file that, from a high level, logically contains the Liquibase changelog fragments reachable from the supplied URLs.
generateEmptyAggregateChangeLogFile() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Generates an empty (temporary) File that will eventually contain Liquibase changelog contents.
getAggregateChangeLogFile() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Returns a File that either does house or will house Liquibase changelog contents.
getChangeLogGenerator() - Method in class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor
Returns the AggregateChangeLogGenerator to be used to generate changelogs.
getChangeLogResourceNames() - Method in class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor
Returns the relative names of resources representing Liquibase changelog fragments that this LiquibaseChangeLogArtifactsProcessor will look for.
getCharacterSet() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
 
getDatabaseChangeLogXsdVersion() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Returns the version of the Liquibase changelog file that will be generated.
getProperties() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Returns a Properties object representing any custom properties that are to be converted to Liquibase changelog parameters.
getResource(String) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Loads a notional resource with the given name from the classpath.
getTemplate() - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Returns the source code of an MVEL template that represents the skeleton of a Liquibase changelog into which will be placed <include> elements.

L

LiquibaseChangeLogArtifactsProcessor - Class in com.edugility.maven.liquibase
An ArtifactsProcessor for use in conjunction with the artifact-maven-plugin that creates a Liquibase changelog aggregating changelog fragments found in a MavenProject's dependencies.
LiquibaseChangeLogArtifactsProcessor() - Constructor for class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor

P

process(MavenProject, Collection<? extends Artifact>, Log) - Method in class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor
Harvests jar: URLs from the supplied resolved Artifacts and lists them in topological order as <include> elements inside a generated Liquibase changelog file.

S

setAggregateChangeLogFile(File) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Installs a File representing the path to a file that will be erased and that will eventually contain Liquibase changelog contents.
setChangeLogGenerator(AggregateChangeLogGenerator) - Method in class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor
Sets the AggregateChangeLogGenerator to be used to generate changelogs.
setChangeLogResourceNames(Collection<String>) - Method in class com.edugility.maven.liquibase.LiquibaseChangeLogArtifactsProcessor
Sets the Collection of relative resource names representing Liquibase changelog fragments that this LiquibaseChangeLogArtifactsProcessor will look for.
setCharacterSet(String) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
 
setDatabaseChangeLogXsdVersion(String) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Sets the version of the Liquibase changelog file that will be generated.
setProperties(Properties) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Installs a Properties object that represents custom properties that are to be converted to Liquibase changelog parameters.
setTemplate(String) - Method in class com.edugility.maven.liquibase.AggregateChangeLogGenerator
Sets the source code of an MVEL template that will be used to produce a Liquibase changelog.
A C G L P S 
Skip navigation links

Copyright © 2014–2015, Laird Nelson. All rights reserved.