org.guvnor.structure.backend.repositories
Class SystemRepository
java.lang.Object
org.guvnor.structure.repositories.impl.git.GitRepository
org.guvnor.structure.backend.repositories.SystemRepository
- All Implemented Interfaces:
- Repository, org.uberfire.commons.data.Cacheable, org.uberfire.security.authz.RuntimeResource, org.uberfire.security.Resource
public class SystemRepository
- extends GitRepository
Definition of the bootstrap repository
| Methods inherited from class org.guvnor.structure.repositories.impl.git.GitRepository |
addBranch, changeBranch, equals, getAlias, getBranches, getCurrentBranch, getPublicURIs, getRoot, getScheme, getSignatureId, getTraits, hashCode, markAsCached, requiresRefresh, setBranches, setCurrentBranch, setPublicURIs, setRoles, setRoot, toString |
SYSTEM_REPO
public static final SystemRepository SYSTEM_REPO
getEnvironment
public Map<String,Object> getEnvironment()
- Specified by:
getEnvironment in interface Repository- Overrides:
getEnvironment in class GitRepository
addEnvironmentParameter
public void addEnvironmentParameter(String key,
Object value)
- Specified by:
addEnvironmentParameter in interface Repository- Overrides:
addEnvironmentParameter in class GitRepository
getUri
public String getUri()
- Specified by:
getUri in interface Repository- Overrides:
getUri in class GitRepository
isValid
public boolean isValid()
- Specified by:
isValid in interface Repository- Overrides:
isValid in class GitRepository
getRoles
public Collection<String> getRoles()
- Specified by:
getRoles in interface org.uberfire.security.authz.RuntimeResource- Overrides:
getRoles in class GitRepository
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.