|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.meta2project.model.helper.OntoBaseCopier
public class OntoBaseCopier
The ontobase copier.
| Constructor Summary | |
|---|---|
OntoBaseCopier()
|
|
| Method Summary | |
|---|---|
static void |
copy(Connection source,
AnnotatedEntity projectSrc,
Connection destination,
AnnotatedEntity projectDst,
ProcessListener listener)
Copy the ontobase through an intermediate backup. |
static void |
copy(Connection source,
Connection destination)
Copy the ontobase through an intermediate backup. |
static void |
copy(Connection source,
Connection destination,
ProcessListener listener)
Copy the ontobase through an intermediate backup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OntoBaseCopier()
| Method Detail |
|---|
public static void copy(Connection source,
AnnotatedEntity projectSrc,
Connection destination,
AnnotatedEntity projectDst,
ProcessListener listener)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
source - source ontobaseprojectSrc - source project (to read project annotations)destination - destination ontobaseprojectDst - destination project (to write project annotations)listener - process listener
java.io.IOException - error
org.xmlpull.v1.XmlPullParserException - error
public static void copy(Connection source,
Connection destination,
ProcessListener listener)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
source - source ontobasedestination - destination ontobaselistener - process listener
java.io.IOException - error
org.xmlpull.v1.XmlPullParserException - error
public static void copy(Connection source,
Connection destination)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
source - source ontobasedestination - destination ontobase
java.io.IOException - error
org.xmlpull.v1.XmlPullParserException - error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||