Package com.enonic.xp.project
Class ProjectGraph
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntityList<ProjectGraphEntry>
-
- com.enonic.xp.project.ProjectGraph
-
- All Implemented Interfaces:
Iterable<ProjectGraphEntry>
@PublicApi public final class ProjectGraph extends AbstractImmutableEntityList<ProjectGraphEntry>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectGraph.Builder
-
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 ProjectGraph.Builder
create()
-
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
-
create
public static ProjectGraph.Builder create()
-
-