Class IprAdapter4Diana
- java.lang.Object
-
- jetbrains.buildServer.ideaSettings.IprAdapter4Diana
-
public class IprAdapter4Diana extends Object
This class is used to create ipr - analog for IDEA 7 project (Selena), from new project data format, used in IDEA 8 (Diana)- Author:
- kir
-
-
Constructor Summary
Constructors Constructor Description IprAdapter4Diana(ContentProvider provider, PathResolver pathResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkDianaProject()
InputStream
getIprStream()
InputStream
getIprStream(int flags)
Collection<String>
getModulesPaths()
-
-
-
Constructor Detail
-
IprAdapter4Diana
public IprAdapter4Diana(@NotNull ContentProvider provider, @NotNull PathResolver pathResolver)
-
-
Method Detail
-
checkDianaProject
public void checkDianaProject() throws VcsException, IOException
- Throws:
VcsException
IOException
-
getIprStream
public InputStream getIprStream() throws IOException, VcsException, org.jdom.JDOMException
- Throws:
IOException
VcsException
org.jdom.JDOMException
-
getIprStream
public InputStream getIprStream(int flags) throws IOException, VcsException, org.jdom.JDOMException
- Throws:
IOException
VcsException
org.jdom.JDOMException
-
getModulesPaths
public Collection<String> getModulesPaths()
-
-