Package com.enonic.xp.project
Class ProjectName
- java.lang.Object
-
- com.enonic.xp.project.ProjectName
-
@PublicApi public final class ProjectName extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ProjectNamefrom(RepositoryId repositoryId)static ProjectNamefrom(String projectName)RepositoryIdgetRepoId()inthashCode()StringtoString()
-
-
-
Method Detail
-
from
public static ProjectName from(String projectName)
-
from
public static ProjectName from(RepositoryId repositoryId)
-
getRepoId
public RepositoryId getRepoId()
-
-