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 class
Repository.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Repository.Builder
create()
static Repository.Builder
create(Repository source)
boolean
equals(Object o)
AttachedBinaries
getAttachments()
Branches
getBranches()
PropertyTree
getData()
RepositoryId
getId()
RepositorySettings
getSettings()
int
hashCode()
-
-
-
Method Detail
-
getId
public RepositoryId getId()
-
getSettings
public RepositorySettings getSettings()
-
getBranches
public Branches getBranches()
-
getData
public PropertyTree getData()
-
getAttachments
public AttachedBinaries getAttachments()
-
create
public static Repository.Builder create()
-
create
public static Repository.Builder create(Repository source)
-
-