public class SimplifiedBundleInfo extends Object implements Comparable<SimplifiedBundleInfo>
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name  | 
protected String | 
version  | 
| Constructor and Description | 
|---|
SimplifiedBundleInfo(String name,
                    String version)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(SimplifiedBundleInfo other)  | 
String | 
getName()  | 
String | 
getVersion()  | 
public SimplifiedBundleInfo(String name, String version)
public String getVersion()
public int compareTo(SimplifiedBundleInfo other)
compareTo in interface Comparable<SimplifiedBundleInfo>Copyright © 2019 Nuxeo. All rights reserved.