Uses of Interface
org.enterprisedomain.classmaker.SCMRegistry
Package
Description
-
Uses of SCMRegistry in org.enterprisedomain.classmaker
Modifier and TypeMethodDescription<T> SCMRegistry<T>
ClassMakerFactory.createSCMRegistry()
Returns a new object of class 'SCM Registry'.SCMOperator.getRegistry()
Returns the value of the 'Registry' reference.SCMRegistry<?>
Workspace.getSCMRegistry()
Returns the value of the 'SCM Registry' reference.Modifier and TypeMethodDescriptionvoid
SCMOperator.setRegistry
(SCMRegistry<T> value) Sets the value of the 'Registry
' reference. -
Uses of SCMRegistry in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'SCM Registry'.Modifier and TypeMethodDescriptionSCMOperatorImpl.basicGetRegistry()
SCMRegistry<?>
WorkspaceImpl.basicGetSCMRegistry()
<T> SCMRegistry<T>
ClassMakerFactoryImpl.createSCMRegistry()
SCMOperatorImpl.getRegistry()
SCMRegistry<?>
WorkspaceImpl.getSCMRegistry()
-
Uses of SCMRegistry in org.enterprisedomain.classmaker.scm
Modifier and TypeMethodDescriptionstatic org.eclipse.jgit.api.Git
GitSCMOperator.getRepositorySCM
(File dir, SCMRegistry<org.eclipse.jgit.api.Git> scmRegistry) -
Uses of SCMRegistry in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescription<T> T1
ClassMakerSwitch.caseSCMRegistry
(SCMRegistry<T> object) Returns the result of interpreting the object as an instance of 'SCM Registry'.boolean
ClassMakerValidator.validateSCMRegistry
(SCMRegistry<?> scmRegistry, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of SCMRegistry in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
SCMOperatorValidator.validateRegistry
(SCMRegistry<Object> value) boolean
WorkspaceValidator.validateSCMRegistry
(SCMRegistry<?> value)