aQute.bnd.osgi.resource
Class PersistentResource.Namespace

java.lang.Object
  extended by aQute.bnd.util.dto.DTO
      extended by aQute.bnd.osgi.resource.PersistentResource.Namespace
All Implemented Interfaces:
Comparable<PersistentResource.Namespace>
Enclosing class:
PersistentResource

public static class PersistentResource.Namespace
extends DTO
implements Comparable<PersistentResource.Namespace>


Field Summary
 PersistentResource.RCData[] capabilities
           
 String name
           
 PersistentResource.RCData[] requirements
           
 
Constructor Summary
PersistentResource.Namespace()
           
 
Method Summary
 int compareTo(PersistentResource.Namespace o)
           
 
Methods inherited from class aQute.bnd.util.dto.DTO
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

capabilities

public PersistentResource.RCData[] capabilities

requirements

public PersistentResource.RCData[] requirements
Constructor Detail

PersistentResource.Namespace

public PersistentResource.Namespace()
Method Detail

compareTo

public int compareTo(PersistentResource.Namespace o)
Specified by:
compareTo in interface Comparable<PersistentResource.Namespace>


Copyright © 2014 aQute SARL. All rights reserved.