Package com.enonic.xp.resource
Class ResourceKeys
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<ResourceKey>
-
- com.enonic.xp.resource.ResourceKeys
-
- All Implemented Interfaces:
Iterable<ResourceKey>
@PublicApi public final class ResourceKeys extends AbstractImmutableEntityList<ResourceKey>
-
-
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 ResourceKeys
empty()
static ResourceKeys
from(ResourceKey... resourceKeys)
static ResourceKeys
from(Iterable<? extends ResourceKey> resourceKeys)
static ResourceKeys
from(String... resourceKeys)
static ResourceKeys
from(Iterator<? extends ResourceKey> resourceKeys)
-
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
-
from
public static ResourceKeys from(ResourceKey... resourceKeys)
-
from
public static ResourceKeys from(Iterable<? extends ResourceKey> resourceKeys)
-
from
public static ResourceKeys from(Iterator<? extends ResourceKey> resourceKeys)
-
from
public static ResourceKeys from(String... resourceKeys)
-
empty
public static ResourceKeys empty()
-
-