Package com.enonic.xp.service
Class ServiceDescriptors
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<ServiceDescriptor>
-
- com.enonic.xp.service.ServiceDescriptors
-
- All Implemented Interfaces:
Iterable<ServiceDescriptor>
public final class ServiceDescriptors extends AbstractImmutableEntityList<ServiceDescriptor>
-
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntityList
list
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceDescriptors
empty()
static ServiceDescriptors
from(ServiceDescriptor... descriptors)
static ServiceDescriptors
from(Iterable<ServiceDescriptor> descriptors)
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntityList
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
empty
public static ServiceDescriptors empty()
-
from
public static ServiceDescriptors from(ServiceDescriptor... descriptors)
-
from
public static ServiceDescriptors from(Iterable<ServiceDescriptor> descriptors)
-
-