public class ProjectModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ProjectModel> |
BY_NAME
Comparator for sorting by project name.
|
| Constructor and Description |
|---|
ProjectModel(List<BundleModel> allBundles)
Instantiates a new project model.
|
public static final Comparator<ProjectModel> BY_NAME
public ProjectModel(List<BundleModel> allBundles)
allBundles - all the bundlespublic List<BundleModel> getAllBundles()
Copyright © 2013-2015. All Rights Reserved.