Package com.enonic.xp.project
Class Project
- java.lang.Object
-
- com.enonic.xp.project.Project
-
@PublicApi public final class Project extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Project.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Project.Builder
create()
static Project
from(Repository repository)
java.lang.String
getDescription()
java.lang.String
getDisplayName()
Attachment
getIcon()
ProjectName
getName()
-
-
-
Method Detail
-
create
public static Project.Builder create()
-
from
public static Project from(Repository repository)
-
getName
public ProjectName getName()
-
getDisplayName
public java.lang.String getDisplayName()
-
getDescription
public java.lang.String getDescription()
-
getIcon
public Attachment getIcon()
-
-