com.microsoft.tfs.core.clients.versioncontrol
Class PropertyConstants

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.PropertyConstants

public final class PropertyConstants
extends java.lang.Object


Field Summary
static java.lang.String CREATED_BY_KEY
           
static PropertyValue EXECUTABLE_DISABLED_VALUE
          Convenience instance of a PropertyValue that indicates the Unix execute bit is not set.
static PropertyValue EXECUTABLE_ENABLED_VALUE
          Convenience instance of a PropertyValue that indicates the Unix execute bit is set.
static java.lang.String EXECUTABLE_KEY
          This property is set to indicate whether a file has the Unix execute bit set on it.
static PropertyValue IS_SYMLINK
          Convenience instance of a PropertyValue that indicates symbolic link.
static PropertyValue NOT_SYMLINK
          Convenience instance of a PropertyValue that indicates not symbolic link.
static java.lang.String[] QUERY_ALL_PROPERTIES_FILTERS
           
static java.lang.String QUERY_ALL_PROPERTIES_WILDCARD
           
static java.lang.String SYMBOLIC_KEY
          This property is set to indicate whether a file is a symbolic link.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATED_BY_KEY

public static final java.lang.String CREATED_BY_KEY
Constant Field Value:
"Microsoft.TeamFoundation.VersionControl.Shelveset.CreatedBy"
See Also:
Constant Field Values

EXECUTABLE_KEY

public static final java.lang.String EXECUTABLE_KEY
This property is set to indicate whether a file has the Unix execute bit set on it. The absence of this property indicates the execute bit is not set.

Constant Field Value:
"Microsoft.TeamFoundation.VersionControl.Executable"
See Also:
Constant Field Values

SYMBOLIC_KEY

public static final java.lang.String SYMBOLIC_KEY
This property is set to indicate whether a file is a symbolic link. The value indicates the link destination. The absence of this property indicates this file not a symbolic link.

Constant Field Value:
"Microsoft.TeamFoundation.VersionControl.SymbolicLink"
See Also:
Constant Field Values

EXECUTABLE_ENABLED_VALUE

public static final PropertyValue EXECUTABLE_ENABLED_VALUE
Convenience instance of a PropertyValue that indicates the Unix execute bit is set.


EXECUTABLE_DISABLED_VALUE

public static final PropertyValue EXECUTABLE_DISABLED_VALUE
Convenience instance of a PropertyValue that indicates the Unix execute bit is not set.


IS_SYMLINK

public static final PropertyValue IS_SYMLINK
Convenience instance of a PropertyValue that indicates symbolic link.


NOT_SYMLINK

public static final PropertyValue NOT_SYMLINK
Convenience instance of a PropertyValue that indicates not symbolic link.


QUERY_ALL_PROPERTIES_WILDCARD

public static final java.lang.String QUERY_ALL_PROPERTIES_WILDCARD
Constant Field Value:
"*"
See Also:
Constant Field Values

QUERY_ALL_PROPERTIES_FILTERS

public static final java.lang.String[] QUERY_ALL_PROPERTIES_FILTERS


© 2015 Microsoft. All rights reserved.