|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.core.Team
The Team class provides a global point of reference for the global ignore set and the text/binary registry.
Field Summary | |
static int |
BINARY
|
static Status |
OK_STATUS
|
static int |
TEXT
|
static int |
UNKNOWN
|
Constructor Summary | |
Team()
|
Method Summary | |
static IIgnoreInfo[] |
getAllIgnores()
Returns the list of global ignores. |
static IFileTypeInfo[] |
getAllTypes()
Return all known file types. |
static IIgnoreInfo[] |
getDefaultIgnores()
Return the default ignore infos (i.e. those that are specified in plugin manifests). |
static IFileTypeInfo[] |
getDefaultTypes()
Return the default file type bindings (i.e. those that are specified in plugin manifests). |
static IProjectSetSerializer |
getProjectSetSerializer(String id)
Deprecated. Use RepositoryProviderType.getProjectSetCapability()
to obtain an instance of ProjectSetCapability instead. |
static int |
getType(IStorage storage)
Return the type of the given IStorage. |
static boolean |
isIgnored(IFile file)
Deprecated. use isIgnoredHint instead |
static boolean |
isIgnoredHint(IFile file)
Deprecated. use isIgnoredHint(IResource) instead |
static boolean |
isIgnoredHint(IResource resource)
Returns whether the given file should be ignored. |
static void |
setAllIgnores(String[] patterns,
boolean[] enabled)
Add patterns to the list of global ignores. |
static void |
setAllTypes(String[] extensions,
int[] types)
Set the file type for the give extension to the given type. |
static void |
shutdown()
Shut down the registry, persisting its state. |
static void |
startup()
Initialize the registry, restoring its state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Status OK_STATUS
public static final int UNKNOWN
public static final int TEXT
public static final int BINARY
Constructor Detail |
public Team()
Method Detail |
public static int getType(IStorage storage)
storage
- the IStorage
public static boolean isIgnoredHint(IResource resource)
public static boolean isIgnoredHint(IFile file)
public static boolean isIgnored(IFile file)
public static IFileTypeInfo[] getAllTypes()
public static IIgnoreInfo[] getAllIgnores()
public static void setAllTypes(String[] extensions, int[] types)
public static void setAllIgnores(String[] patterns, boolean[] enabled)
public static void startup() throws CoreException
CoreException
public static void shutdown()
public static IProjectSetSerializer getProjectSetSerializer(String id)
RepositoryProviderType.getProjectSetCapability()
to obtain an instance of ProjectSetCapability
instead.
public static IIgnoreInfo[] getDefaultIgnores()
public static IFileTypeInfo[] getDefaultTypes()
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.