eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FileBasedSourceCodeManagementSettingsAppl':

Home

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

Class: FileBasedSourceCodeManagementSettingsAppl


Inheritance:

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

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.36 date: 2022/02/11 15:23:13
user: cg
file: FileBasedSourceCodeManagementSettingsAppl.st directory: libtool
module: stx stc-classLibrary: libtool

Description:


This settings app controls the parameters of the simple FileBasedSourceCodeManager.

copyright

COPYRIGHT (c) 2011 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:

defaults
o  defaultRepositoryPath

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

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

Usage example(s):

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

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


Instance protocol:

actions
o  addModule: module withData: data

o  addPerModulePath

o  basicReadSettings
(comment from inherited method)
utility to read 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

o  basicSaveSettings
(comment from inherited method)
utility to save 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

o  removePerModulePath

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

o  pathPrototypeList

o  perModulePath

o  perModulePathModule

o  repositoryPathHolder

o  selectedPerModulePath

change & update
o  selectedPerModulePathChanged

o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

o  validateDirectoryExistsAndIsWritable: aDirectory

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

o  helpFilename
the path for a local help document (for offline reading)

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:35:33 GMT