eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MercurialSourceCodeManagementSettingsAppl':

Home

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

Class: MercurialSourceCodeManagementSettingsAppl


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSourceCodeManagementSettingsAppl
               |
               +--MercurialSourceCodeManagementSettingsAppl

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

Description:


Attention: this will be removed soon - it has been obsoleted by the
new mercurial support found in libscm/mercurial.

Mercurial part of the source code settings. 
This settings app controls the parameters of the MercurialSourceCodeManager.

Extracted for pluggability from SourceCodeManagerSettings in the AbstractSettingsApplication.


Class protocol:

defaults
o  defaultRepositoryName

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

image specs
o  defaultIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  defaultIcon1
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon1 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon1
     Icon flushCachedIcons

o  defaultIcon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon2 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon2
     Icon flushCachedIcons

o  defaultIcon3
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon3 inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon3
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:MercurialSourceCodeManagementSettingsAppl andSelector:#windowSpec
     MercurialSourceCodeManagementSettingsAppl new openInterface:#windowSpec
     MercurialSourceCodeManagementSettingsAppl open

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


Instance protocol:

actions
o  addModule: module withData: data

o  basicReadSettings
self selectedPerModuleRootChanged.

o  basicSaveSettings
???

o  removePerModuleRoot

actions - mercurial
o  addPerModuleRoot

o  basicSaveMercurialSettings

o  checkAccess

o  initializePerModuleRepository

o  initializeRepository

aspects
o  hgCommandTimeoutHolder

o  hgExecutableHolder

o  initialListOfModules
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)

o  listOfPushURLs

o  perModuleRepository

o  perModuleRepositoryModule

o  pushURL

o  pushURLPrototypeList
cvsRoot := self cvsRootFromCVSRootFileOrNil.

o  repositoryHolder

o  repositoryPrototypeList
cvsRoot := self cvsRootFromCVSRootFileOrNil.

o  selectedPerModuleRepository

o  selectedPushURL

o  workDirectoryHolder

change & update
o  selectedPerModuleRepositoryChanged

o  update: something with: aParameter from: changedObject
cvs

help
o  editorHelpRelativeWikiURL
the relative URL of the dialog-description in the Wiki

o  helpFilename
(comment from inherited method)
subclasses must return either the relative path of a helpFile
in the doc/online/<language>/help directory,
or an absolute path (typically in its packageDirectory).
If an absolute filename is returned, the %(lang) sequence is replaced
by the current user's language.
Or nil, if no help is available.

initialization & release
o  initialize
(comment from inherited method)
must be called if redefined

queries
o  hasUnsavedChanges
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 08:30:42 GMT