|
Class: AbstractSourceCodeManagementSettingsAppl
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSourceCodeManagementSettingsAppl
|
+--CVSSourceCodeManagementSettingsAppl
|
+--DataBaseSourceCodeManagementSettingsAppl
|
+--FileBasedSourceCodeManagementSettingsAppl
|
+--GitSourceCodeManagementSettingsAppl
|
+--MercurialSourceCodeManagementSettingsAppl
|
+--PerforceSourceCodeManagementSettingsAppl
|
+--StoreSourceCodeManagementSettingsAppl
- Package:
- stx:libtool
- Category:
- System-SourceCodeManagement
- Version:
- rev:
1.27
date: 2021/11/27 12:43:08
- user: cg
- file: AbstractSourceCodeManagementSettingsAppl.st directory: libtool
- module: stx stc-classLibrary: libtool
Abstract superclass of all source-code managers.
These should implement an interface similar to what is found in CVSSourceCodeManager,
providing methods to checkin/out files from a central repository.
Not all managers will probably provide the same set of functions;
time will show, if such an abstraction is possible
(the way source code management systems organize their code is different,
some keep individual per-class version numbers (CVS, RCS, SVN)
others keep an overall (configuration-) id (SVN, Git and Hg).
copyrightCOPYRIGHT (c) 2006 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon inspect
ImageEditor openOnClass:self andSelector:#defaultIcon
Icon flushCachedIcons
|
-
defaultIconSmall
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIconSmall inspect
ImageEditor openOnClass:self andSelector:#defaultIconSmall
Icon flushCachedIcons
|
queries
-
isAbstract
-
(comment from inherited method)
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.
-
managerClass
-
backlink to my manager class (needed by the settings app)
** This method must be redefined in concrete classes (subclassResponsibility) **
-
managerTypeName
-
actions
-
condenseSourceCache
-
-
flushSourceCache
-
aspects
-
initialListOfModules
-
raise an error: must be redefined in concrete subclass(es)
** This method must be redefined in concrete classes (subclassResponsibility) **
-
listOfModules
-
-
removeEnabled
-
-
sampleModuleList
-
-
shownInBrowserMenusHolder
-
-
sourceCacheDir
-
-
verboseSourceCodeAccess
-
|