org.meta2project.exchange
Class M2V1Import
java.lang.Object
org.meta2project.exchange.M2V1Import
public class M2V1Import
- extends java.lang.Object
- Author:
- Anton Malykh
Method Summary |
static void |
importFile(java.io.File file,
Connection connection)
|
static void |
importFile(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
|
static void |
importFileAlt(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
|
static void |
importUnpackedFile(java.io.File file,
Connection connection)
|
static void |
importUnpackedFile(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M2V1Import
public M2V1Import()
importFile
public static void importFile(java.io.File file,
Connection connection)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
importUnpackedFile
public static void importUnpackedFile(java.io.File file,
Connection connection)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
importFile
public static void importFile(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
importFileAlt
public static void importFileAlt(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException
importUnpackedFile
public static void importUnpackedFile(java.io.File file,
Connection connection,
AnnotatedEntity project,
ProcessListener listener)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
- Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException