AcUtils
A high performance abstraction layer for AccuRev
Classes | Enumerations
AcLocks.cs File Reference

Go to the source code of this file.

Classes

class  AcUtils.AcLock
 A lock object that defines the attributes of an AccuRev lock: The stream name the lock is on and manner (from, to, all), the principal name and type it applies to, and how it's applied (except-for, only-for). More...
 
class  AcUtils.AcLocks
 A container of AcLock objects that define the AccuRev locks that prevent certain users from making changes to streams. More...
 

Enumerations

enum  AcUtils.OnlyExcept { AcUtils.OnlyExcept.Only , AcUtils.OnlyExcept.Except }
 Lock applies to the principal only or to all except the principal. More...
 
enum  AcUtils.LockKind { AcUtils.LockKind.from , AcUtils.LockKind.to , AcUtils.LockKind.all }
 The kind of AccuRev lock. More...
 
enum  AcUtils.PrinType { AcUtils.PrinType.group , AcUtils.PrinType.user , AcUtils.PrinType.none }
 Whether the lock is for a user or a group. More...
 

Copyright

Copyright (C) 2016-2018 Verizon. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file AcLocks.cs.