Package com.enonic.xp.project
Class ProjectGraphEntry
- java.lang.Object
-
- com.enonic.xp.project.ProjectGraphEntry
-
@PublicApi public final class ProjectGraphEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectGraphEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectGraphEntry.Builder
create()
ProjectName
getName()
ProjectName
getParent()
String
toString()
-
-
-
Method Detail
-
create
public static ProjectGraphEntry.Builder create()
-
getName
public ProjectName getName()
-
getParent
public ProjectName getParent()
-
-