AcUtils
A high performance abstraction layer for AccuRev
Classes
AcWorkspaces.cs File Reference

Go to the source code of this file.

Classes

class  AcUtils.AcWorkspace
 A workspace object that defines the attributes of an AccuRev workspace. AcWorkspace objects are instantiated during AcWorkspaces construction. More...
 
class  AcUtils.AcWorkspaces
 A container of AcWorkspace objects that define AccuRev workspaces in the repository. More...
 

Enumerations

enum  AcUtils.WsType { AcUtils.WsType.Standard , AcUtils.WsType.RefTree , AcUtils.WsType.Exclusive , AcUtils.WsType.Anchor }
 Workspace type the user created. These numeric values are passed by AccuRev and converted to our enum type. More...
 
enum  AcUtils.WsEOL { AcUtils.WsEOL.Platform , AcUtils.WsEOL.Unix , AcUtils.WsEOL.Windows }
 End-of-line character used by the workspace. These numeric values are passed by AccuRev and converted to our enum type. 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 AcWorkspaces.cs.