Package com.enonic.xp.project
Class Project
- java.lang.Object
-
- com.enonic.xp.project.Project
-
@PublicApi public final class Project extends 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)
String
getDescription()
String
getDisplayName()
Attachment
getIcon()
ProjectName
getName()
ProjectName
getParent()
-
-
-
Method Detail
-
create
public static Project.Builder create()
-
from
public static Project from(Repository repository)
-
getName
public ProjectName getName()
-
getDisplayName
public String getDisplayName()
-
getDescription
public String getDescription()
-
getIcon
public Attachment getIcon()
-
getParent
public ProjectName getParent()
-
-