com.microsoft.tfs.core.clients.versioncontrol
Class PropertyConstants
java.lang.Object
com.microsoft.tfs.core.clients.versioncontrol.PropertyConstants
public final class PropertyConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATED_BY_KEY
public static final java.lang.String CREATED_BY_KEY
- See Also:
- Constant Field Values
- Constant Field Value:
"Microsoft.TeamFoundation.VersionControl.Shelveset.CreatedBy"
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 absense of this property indicates the execute bit is not
set.
- See Also:
- Constant Field Values
- Constant Field Value:
"Microsoft.TeamFoundation.VersionControl.Executable"
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.
QUERY_ALL_PROPERTIES_WILDCARD
public static final java.lang.String QUERY_ALL_PROPERTIES_WILDCARD
- See Also:
- Constant Field Values
- Constant Field Value:
"*"
QUERY_ALL_PROPERTIES_FILTERS
public static final java.lang.String[] QUERY_ALL_PROPERTIES_FILTERS
© 2012 Microsoft. All rights reserved.