MCPoolImportDefinition.st
author Claus Gittinger <cg@exept.de>
Sun, 26 Aug 2018 14:41:59 +0200
changeset 1051 793db72fde39
parent 668 ca8d7d5be70d
child 1095 87f223484bc3
permissions -rw-r--r--
#FEATURE by cg class: MCFtpRepository class definition added: #asRepositorySpecFor: #directory #host #isRemote #koRemote #loadAllFileNames comment/format in: #readStreamForFileNamed:do: changed: #description class: MCFtpRepository class added: #basicFromUrl: #documentation #fillInTheBlankRequest #morphicConfigure #urlSchemes

"{ Package: 'stx:goodies/monticello' }"

MCVariableDefinition subclass:#MCPoolImportDefinition
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-Modeling'
!


!MCPoolImportDefinition class methodsFor:'as yet unclassified'!

type
	^ #pool
! !

!MCPoolImportDefinition methodsFor:'testing'!

isPoolImport
	^ true
! !

!MCPoolImportDefinition class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPoolImportDefinition.st,v 1.4 2012-09-11 21:25:47 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPoolImportDefinition.st,v 1.4 2012-09-11 21:25:47 cg Exp $'
!

version_SVN
    ^ '§Id: MCPoolImportDefinition.st 5 2010-08-29 07:30:29Z vranyj1 §'
! !