Package aQute.bnd.osgi.eclipse
Class EclipseUtil
java.lang.Object
aQute.bnd.osgi.eclipse.EclipseUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
buildCommand
(Tag buildSpec, String string) static void
createClasspath
(Project model) Create a classpath for the project, overwriting an existing classpathstatic void
createProject
(Project model) Create a classpath for the project, overwriting an existing classpathstatic void
fixDirectories
(Project model) Fix the source & test directories if they are emptystatic String
getClasspath
(Project model) Get the .classpath file for a projectstatic String
getProjectDescription
(Project model) private static String
-
Constructor Details
-
EclipseUtil
public EclipseUtil()
-
-
Method Details
-
getClasspath
Get the .classpath file for a project<?xml version="1.0" encoding="UTF-8"?>
- Parameters:
model
-- Throws:
Exception
-
createClasspath
Create a classpath for the project, overwriting an existing classpath- Parameters:
model
- the project- Throws:
Exception
-
relative
-
fixDirectories
Fix the source & test directories if they are empty- Parameters:
model
- the project- Throws:
Exception
-
createProject
Create a classpath for the project, overwriting an existing classpath- Parameters:
model
- the project- Throws:
Exception
-
getProjectDescription
-
buildCommand
-