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.27 date: 2021/11/27 12:43:08
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).

copyright

COPYRIGHT (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.

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

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

** This method must be redefined in concrete classes (subclassResponsibility) **

o  managerTypeName


Instance protocol:

actions
o  condenseSourceCache

o  flushSourceCache

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

** This method must be redefined in concrete classes (subclassResponsibility) **

o  listOfModules

o  removeEnabled

o  sampleModuleList

o  shownInBrowserMenusHolder

o  sourceCacheDir

o  verboseSourceCodeAccess



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:19:55 GMT