|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.versioncontrol.PropertyConstants
public final class PropertyConstants
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 |
---|
public static final java.lang.String CREATED_BY_KEY
"Microsoft.TeamFoundation.VersionControl.Shelveset.CreatedBy"
public static final java.lang.String EXECUTABLE_KEY
"Microsoft.TeamFoundation.VersionControl.Executable"
public static final java.lang.String SYMBOLIC_KEY
"Microsoft.TeamFoundation.VersionControl.SymbolicLink"
public static final PropertyValue EXECUTABLE_ENABLED_VALUE
PropertyValue
that indicates the Unix
execute bit is set.
public static final PropertyValue EXECUTABLE_DISABLED_VALUE
PropertyValue
that indicates the Unix
execute bit is not set.
public static final PropertyValue IS_SYMLINK
PropertyValue
that indicates symbolic
link.
public static final PropertyValue NOT_SYMLINK
PropertyValue
that indicates not
symbolic link.
public static final java.lang.String QUERY_ALL_PROPERTIES_WILDCARD
"*"
public static final java.lang.String[] QUERY_ALL_PROPERTIES_FILTERS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |