Package org.nuxeo.ecm.admin.runtime
Class SimplifiedBundleInfo
- java.lang.Object
-
- org.nuxeo.ecm.admin.runtime.SimplifiedBundleInfo
-
- All Implemented Interfaces:
Comparable<SimplifiedBundleInfo>
public class SimplifiedBundleInfo extends Object implements Comparable<SimplifiedBundleInfo>
Very simplified representation of a Nuxeo Bundle used for displaying in the admin screens.- Author:
- tiry
-
-
Constructor Summary
Constructors Constructor Description SimplifiedBundleInfo(String name, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SimplifiedBundleInfo other)
String
getName()
String
getVersion()
-
-
-
Method Detail
-
getName
public String getName()
-
getVersion
public String getVersion()
-
compareTo
public int compareTo(SimplifiedBundleInfo other)
- Specified by:
compareTo
in interfaceComparable<SimplifiedBundleInfo>
-
-