Package com.enonic.xp.repository
Class RepositoryIds
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<RepositoryId>
-
- com.enonic.xp.repository.RepositoryIds
-
- All Implemented Interfaces:
Iterable<RepositoryId>
@PublicApi public final class RepositoryIds extends AbstractImmutableEntitySet<RepositoryId> implements Iterable<RepositoryId>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepositoryIds.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>asStrings()Deprecated.static RepositoryIds.Buildercreate()static RepositoryIdsempty()static RepositoryIdsfrom(RepositoryId... ids)static RepositoryIdsfrom(Iterable<RepositoryId> ids)static RepositoryIdsfrom(String... ids)static RepositoryIdsfrom(Collection<String> ids)-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, 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, iterator, spliterator
-
-
-
-
Method Detail
-
empty
public static RepositoryIds empty()
-
from
public static RepositoryIds from(RepositoryId... ids)
-
from
public static RepositoryIds from(String... ids)
-
from
public static RepositoryIds from(Collection<String> ids)
-
from
public static RepositoryIds from(Iterable<RepositoryId> ids)
-
asStrings
@Deprecated public Set<String> asStrings()
Deprecated.
-
create
public static RepositoryIds.Builder create()
-
-