Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.model
Class ContributionFragmentRegistry.FragmentList<T>

java.lang.Object
  extended by org.nuxeo.runtime.model.ContributionFragmentRegistry.Fragment<T>
      extended by org.nuxeo.runtime.model.ContributionFragmentRegistry.FragmentList<T>
Enclosing class:
ContributionFragmentRegistry<T>

public static class ContributionFragmentRegistry.FragmentList<T>
extends ContributionFragmentRegistry.Fragment<T>


Field Summary
 
Fields inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry.Fragment
next, object, prev
 
Constructor Summary
ContributionFragmentRegistry.FragmentList()
           
 
Method Summary
 void add(ContributionFragmentRegistry.Fragment<T> fragment)
           
 void add(T contrib)
           
 boolean isEmpty()
           
 T merge(ContributionFragmentRegistry<T> reg)
           
 boolean remove(T contrib)
           
 
Methods inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry.Fragment
hasNext, hasPrev, insertAfter, insertBefore, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContributionFragmentRegistry.FragmentList

public ContributionFragmentRegistry.FragmentList()
Method Detail

isEmpty

public boolean isEmpty()

merge

public T merge(ContributionFragmentRegistry<T> reg)

add

public final void add(T contrib)

add

public final void add(ContributionFragmentRegistry.Fragment<T> fragment)

remove

public boolean remove(T contrib)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.