Uses of Class
org.eclipse.tycho.model.Category
-
-
Uses of Category in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>
EclipseRepositoryProject. loadCategories(ReactorProject project)
Parses the category configuration files -
Uses of Category in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return Category Modifier and Type Method Description static Category
Category. read(java.io.File file)
static Category
Category. read(java.io.InputStream is)
Methods in org.eclipse.tycho.model with parameters of type Category Modifier and Type Method Description static void
Category. write(Category category, java.io.File file)
-
Uses of Category in org.eclipse.tycho.plugins.p2.publisher
Methods in org.eclipse.tycho.plugins.p2.publisher that return types with arguments of type Category Modifier and Type Method Description private java.util.List<Category>
PublishCategoriesMojo. getCategories()
Methods in org.eclipse.tycho.plugins.p2.publisher with parameters of type Category Modifier and Type Method Description private java.io.File
PublishCategoriesMojo. prepareBuildCategory(Category category, BuildDirectory buildFolder)
Writes the Tycho-internal representation of categories back to a category.xml. -
Uses of Category in org.eclipse.tycho.plugins.p2.repository
Methods in org.eclipse.tycho.plugins.p2.repository that return types with arguments of type Category Modifier and Type Method Description private java.util.List<Category>
AssembleRepositoryMojo. getCategories()
-
Uses of Category in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return Category Modifier and Type Method Description private Category
CategoryXmlManipulator. getCategoryXml(ProjectMetadata project)
-