Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin.runtime
Class SimplifiedBundleInfo

java.lang.Object
  extended by 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
SimplifiedBundleInfo(String name, String version)
           
 
Method Summary
 int compareTo(SimplifiedBundleInfo other)
           
 String getName()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplifiedBundleInfo

public SimplifiedBundleInfo(String name,
                            String version)
Method Detail

getName

public String getName()

getVersion

public String getVersion()

compareTo

public int compareTo(SimplifiedBundleInfo other)
Specified by:
compareTo in interface Comparable<SimplifiedBundleInfo>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.