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 classProject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Project.Buildercreate()static Projectfrom(Repository repository)Deprecated.StringgetDescription()StringgetDisplayName()AttachmentgetIcon()ProjectNamegetName()ProjectNamegetParent()List<ProjectName>getParents()SiteConfigsgetSiteConfigs()
-
-
-
Method Detail
-
create
public static Project.Builder create()
-
from
@Deprecated public static Project from(Repository repository)
Deprecated.
-
getName
public ProjectName getName()
-
getDisplayName
public String getDisplayName()
-
getDescription
public String getDescription()
-
getIcon
public Attachment getIcon()
-
getParents
public List<ProjectName> getParents()
-
getParent
public ProjectName getParent()
-
getSiteConfigs
public SiteConfigs getSiteConfigs()
-
-