Package com.enonic.xp.repository
Class Repository
- java.lang.Object
-
- com.enonic.xp.repository.Repository
-
@PublicApi public final class Repository extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepository.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Repository.Buildercreate()static Repository.Buildercreate(Repository source)booleanequals(Object o)AttachedBinariesgetAttachments()BranchesgetBranches()PropertyTreegetData()RepositoryIdgetId()RepositorySettingsgetSettings()inthashCode()booleanisTransient()
-
-
-
Method Detail
-
getId
public RepositoryId getId()
-
getSettings
public RepositorySettings getSettings()
-
getBranches
public Branches getBranches()
-
getData
public PropertyTree getData()
-
getAttachments
public AttachedBinaries getAttachments()
-
isTransient
public boolean isTransient()
-
create
public static Repository.Builder create()
-
create
public static Repository.Builder create(Repository source)
-
-