Uses of Class
org.eclipse.tycho.model.Category
-
Packages that use Category Package Description org.eclipse.tycho.core.osgitools org.eclipse.tycho.model -
-
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 List<Category>
EclipseRepositoryProject. loadCategories(org.apache.maven.project.MavenProject 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(File file)
static Category
Category. read(InputStream is)
Methods in org.eclipse.tycho.model with parameters of type Category Modifier and Type Method Description static void
Category. write(Category category, File file)
-