public class MigrationScript extends Object implements Comparable<MigrationScript>
Modifier | Constructor and Description |
---|---|
protected |
MigrationScript(URL scriptURL,
org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MigrationScript other) |
boolean |
equals(Object o) |
protected org.osgi.framework.Bundle |
getBundle() |
protected groovy.lang.Script |
getCompiledScript() |
protected String |
getName() |
protected int |
getPriority() |
protected String |
getScript() |
protected org.osgi.framework.Version |
getVersion() |
int |
hashCode() |
protected void |
setCompiledScript(groovy.lang.Script compiledScript) |
String |
toString() |
protected MigrationScript(URL scriptURL, org.osgi.framework.Bundle bundle) throws IOException
IOException
protected groovy.lang.Script getCompiledScript()
protected void setCompiledScript(groovy.lang.Script compiledScript)
protected String getScript()
protected org.osgi.framework.Bundle getBundle()
protected org.osgi.framework.Version getVersion()
protected int getPriority()
protected String getName()
public int compareTo(MigrationScript other)
compareTo
in interface Comparable<MigrationScript>
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.