Uses of Interface
org.enterprisedomain.classmaker.SCMRegistry
Packages that use SCMRegistry
Package
Description
-
Uses of SCMRegistry in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return SCMRegistryModifier 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.Methods in org.enterprisedomain.classmaker with parameters of type SCMRegistryModifier and TypeMethodDescriptionvoid
SCMOperator.setRegistry
(SCMRegistry<T> value) Sets the value of the 'Registry
' reference. -
Uses of SCMRegistry in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement SCMRegistryModifier and TypeClassDescriptionclass
An implementation of the model object 'SCM Registry'.Methods in org.enterprisedomain.classmaker.impl that return SCMRegistryModifier and TypeMethodDescriptionSCMOperatorImpl.basicGetRegistry()
SCMRegistry<?>
WorkspaceImpl.basicGetSCMRegistry()
<T> SCMRegistry<T>
ClassMakerFactoryImpl.createSCMRegistry()
SCMOperatorImpl.getRegistry()
SCMRegistry<?>
WorkspaceImpl.getSCMRegistry()
Methods in org.enterprisedomain.classmaker.impl with parameters of type SCMRegistry -
Uses of SCMRegistry in org.enterprisedomain.classmaker.scm
Methods in org.enterprisedomain.classmaker.scm with parameters of type SCMRegistryModifier 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
Methods in org.enterprisedomain.classmaker.util with parameters of type SCMRegistryModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type SCMRegistryModifier and TypeMethodDescriptionboolean
SCMOperatorValidator.validateRegistry
(SCMRegistry<Object> value) boolean
WorkspaceValidator.validateSCMRegistry
(SCMRegistry<?> value)