Package com.enonic.xp.project
Class Projects
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<Project>
-
- com.enonic.xp.project.Projects
-
@Beta public final class Projects extends AbstractImmutableEntityList<Project>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Projects.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntityList
list
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Projects.Builder
create()
static Projects
empty()
static Projects
from(Repositories repositories)
String
toString()
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntityList
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream
-
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 Projects empty()
-
from
public static Projects from(Repositories repositories)
-
create
public static Projects.Builder create()
-
toString
public String toString()
- Overrides:
toString
in classAbstractImmutableEntityList<Project>
-
-