Package aQute.bnd.osgi.eclipse
Class EclipseUtil
java.lang.Object
aQute.bnd.osgi.eclipse.EclipseUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 invalid input: '&' test directories if they are emptystatic String
getClasspath
(Project model) Get the .classpath file for a projectstatic String
getProjectDescription
(Project model)
-
Constructor Details
-
EclipseUtil
public EclipseUtil()
-
-
Method Details
-
getClasspath
Get the .classpath file for a projectinvalid input: '<'?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
-
fixDirectories
Fix the source invalid input: '&' 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
-