public class LiveRepositoryUpdate<A extends DesignerArtifact> extends Object implements Comparable<LiveRepositoryUpdate>
| Constructor and Description |
|---|
LiveRepositoryUpdate(Repository<A> repository,
AbstractLoader<A> loader,
List<Migration<A>> migrationList) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LiveRepositoryUpdate o) |
void |
migrate() |
void |
start() |
public LiveRepositoryUpdate(Repository<A> repository, AbstractLoader<A> loader, List<Migration<A>> migrationList)
public void start()
throws IOException
IOExceptionpublic void migrate()
throws IOException
IOExceptionpublic int compareTo(LiveRepositoryUpdate o)
compareTo in interface Comparable<LiveRepositoryUpdate>Copyright © 2020. All rights reserved.