eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSourceCodeManagementSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AbstractSourceCodeManagementSettingsAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSourceCodeManagementSettingsAppl
               |
               +--CVSSourceCodeManagementSettingsAppl
               |
               +--DataBaseSourceCodeManagementSettingsAppl
               |
               +--FileBasedSourceCodeManagementSettingsAppl
               |
               +--GitSourceCodeManagementSettingsAppl
               |
               +--MercurialSourceCodeManagementSettingsAppl
               |
               +--PerforceSourceCodeManagementSettingsAppl
               |
               +--StoreSourceCodeManagementSettingsAppl

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.24 date: 2019/07/16 13:06:39
user: cg
file: AbstractSourceCodeManagementSettingsAppl.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


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).


Class protocol:

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  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

o  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
o  isAbstract

o  managerClass
backlink to my manager class (needed by the settings app)

** This method raises an error - it must be redefined in concrete classes **

o  managerTypeName


Instance protocol:

actions
o  condenseSourceCache

o  flushSourceCache

aspects
o  acceptChannel

o  initialListOfModules
raise an error: must be redefined in concrete subclass(es)

** This method raises an error - it must be redefined in concrete classes **

o  listOfModules

o  removeEnabled

o  sampleModuleList

o  shownInBrowserMenusHolder

o  sourceCacheDir

o  verboseSourceCodeAccess



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 18:56:58 GMT