SVN__NodeKindDir.st
author convert-repo
Tue, 09 Aug 2016 03:35:30 +0000
changeset 1178 3a6dad9479fd
parent 941 ad90654543f7
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
697
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     1
"
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     2
 Copyright (c) 2007-2010 Jan Vrany
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     3
 Copyright (c) 2009-2010 eXept Software AG
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     4
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     5
 Permission is hereby granted, free of charge, to any person
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     6
 obtaining a copy of this software and associated documentation
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     7
 files (the 'Software'), to deal in the Software without
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     8
 restriction, including without limitation the rights to use,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
     9
 copy, modify, merge, publish, distribute, sublicense, and/or sell
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    10
 copies of the Software, and to permit persons to whom the
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    11
 Software is furnished to do so, subject to the following
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    12
 conditions:
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    13
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    14
 The above copyright notice and this permission notice shall be
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    15
 included in all copies or substantial portions of the Software.
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    16
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    17
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    18
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    19
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    20
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    21
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    22
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    23
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    24
 OTHER DEALINGS IN THE SOFTWARE.
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    25
"
466
135b7b85a506 *** empty log message ***
fm
parents: 305
diff changeset
    26
"{ Package: 'stx:libsvn' }"
11
479f92df3966 initial checkin
fm
parents:
diff changeset
    27
479f92df3966 initial checkin
fm
parents:
diff changeset
    28
"{ NameSpace: SVN }"
479f92df3966 initial checkin
fm
parents:
diff changeset
    29
479f92df3966 initial checkin
fm
parents:
diff changeset
    30
NodeKind subclass:#NodeKindDir
479f92df3966 initial checkin
fm
parents:
diff changeset
    31
	instanceVariableNames:''
479f92df3966 initial checkin
fm
parents:
diff changeset
    32
	classVariableNames:''
479f92df3966 initial checkin
fm
parents:
diff changeset
    33
	poolDictionaries:''
479f92df3966 initial checkin
fm
parents:
diff changeset
    34
	category:'SVN-Repository'
479f92df3966 initial checkin
fm
parents:
diff changeset
    35
!
479f92df3966 initial checkin
fm
parents:
diff changeset
    36
697
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    37
!NodeKindDir class methodsFor:'documentation'!
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    38
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    39
copyright
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    40
"
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    41
 Copyright (c) 2007-2010 Jan Vrany
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    42
 Copyright (c) 2009-2010 eXept Software AG
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    43
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    44
 Permission is hereby granted, free of charge, to any person
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    45
 obtaining a copy of this software and associated documentation
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    46
 files (the 'Software'), to deal in the Software without
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    47
 restriction, including without limitation the rights to use,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    48
 copy, modify, merge, publish, distribute, sublicense, and/or sell
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    49
 copies of the Software, and to permit persons to whom the
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    50
 Software is furnished to do so, subject to the following
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    51
 conditions:
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    52
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    53
 The above copyright notice and this permission notice shall be
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    54
 included in all copies or substantial portions of the Software.
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    55
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    56
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    57
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    58
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    59
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    60
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    61
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    62
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    63
 OTHER DEALINGS IN THE SOFTWARE.
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    64
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    65
"
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    66
! !
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    67
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    68
!NodeKindDir class methodsFor:'others'!
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    69
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    70
version_CVS
827
5d690722eda2 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 697
diff changeset
    71
    ^ '$Header$'
697
e038fc47e682 Updates from SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 466
diff changeset
    72
! !
11
479f92df3966 initial checkin
fm
parents:
diff changeset
    73
479f92df3966 initial checkin
fm
parents:
diff changeset
    74
!NodeKindDir methodsFor:'accessing'!
479f92df3966 initial checkin
fm
parents:
diff changeset
    75
479f92df3966 initial checkin
fm
parents:
diff changeset
    76
name
479f92df3966 initial checkin
fm
parents:
diff changeset
    77
479f92df3966 initial checkin
fm
parents:
diff changeset
    78
    "Answers a human-readable name of enum value"
479f92df3966 initial checkin
fm
parents:
diff changeset
    79
479f92df3966 initial checkin
fm
parents:
diff changeset
    80
    ^'dir'
479f92df3966 initial checkin
fm
parents:
diff changeset
    81
479f92df3966 initial checkin
fm
parents:
diff changeset
    82
    "Modified: / 19-08-2009 / 09:00:17 / Jan Vrany <vranyj1@fel.cvut.cz>"
479f92df3966 initial checkin
fm
parents:
diff changeset
    83
! !
479f92df3966 initial checkin
fm
parents:
diff changeset
    84
479f92df3966 initial checkin
fm
parents:
diff changeset
    85
!NodeKindDir methodsFor:'testing'!
479f92df3966 initial checkin
fm
parents:
diff changeset
    86
479f92df3966 initial checkin
fm
parents:
diff changeset
    87
isDir
479f92df3966 initial checkin
fm
parents:
diff changeset
    88
479f92df3966 initial checkin
fm
parents:
diff changeset
    89
    ^true
479f92df3966 initial checkin
fm
parents:
diff changeset
    90
479f92df3966 initial checkin
fm
parents:
diff changeset
    91
    "Created: / 18-08-2009 / 12:11:35 / Jan Vrany <vranyj1@fel.cvut.cz>"
479f92df3966 initial checkin
fm
parents:
diff changeset
    92
! !
479f92df3966 initial checkin
fm
parents:
diff changeset
    93
479f92df3966 initial checkin
fm
parents:
diff changeset
    94
!NodeKindDir class methodsFor:'documentation'!
479f92df3966 initial checkin
fm
parents:
diff changeset
    95
479f92df3966 initial checkin
fm
parents:
diff changeset
    96
version
827
5d690722eda2 checkin to get version methods correct
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 697
diff changeset
    97
    ^ '$Header$'
170
0c5306ffa41c changed: #version_SVN
fm
parents: 11
diff changeset
    98
!
0c5306ffa41c changed: #version_SVN
fm
parents: 11
diff changeset
    99
0c5306ffa41c changed: #version_SVN
fm
parents: 11
diff changeset
   100
version_SVN
941
ad90654543f7 Synchronized with SVN
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 827
diff changeset
   101
    ^ '§Id: SVN__NodeKindDir.st 384 2011-10-12 11:01:11Z vranyj1 §'
11
479f92df3966 initial checkin
fm
parents:
diff changeset
   102
! !