Package | Description |
---|---|
org.eclipse.tycho.core.osgitools | |
org.eclipse.tycho.model | |
org.eclipse.tycho.plugins.p2.publisher | |
org.eclipse.tycho.versions.manipulation |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
EclipseRepositoryProject.loadCategories(org.apache.maven.project.MavenProject project)
Parses the category configuration files
|
Modifier and Type | Method and Description |
---|---|
static Category |
Category.read(java.io.File file) |
static Category |
Category.read(java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
static void |
Category.write(Category category,
java.io.File file) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Category> |
PublishCategoriesMojo.getCategories() |
Modifier and Type | Method and Description |
---|---|
private java.io.File |
PublishCategoriesMojo.prepareBuildCategory(Category category,
BuildOutputDirectory buildFolder)
Writes the Tycho-internal representation of categories back to a category.xml.
|
Modifier and Type | Method and Description |
---|---|
private Category |
CategoryXmlManipulator.getCategoryXml(ProjectMetadata project) |