Package org.intermine.plugin.project
Class ProjectXmlBinding
- java.lang.Object
-
- org.intermine.plugin.project.ProjectXmlBinding
-
public final class ProjectXmlBinding extends java.lang.ObjectCode for reading project.xml files.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Projectunmarshall(java.io.File file)Create a Project object from a project.xml file.
-
-
-
Method Detail
-
unmarshall
public static Project unmarshall(java.io.File file)
Create a Project object from a project.xml file.- Parameters:
file- the File- Returns:
- the Project
-
-