Package org.eclipse.team.core
Interface IStringMapping
-
public interface IStringMappingA simple interface for mappings from a string (usually a file name or a file extension) and a content type (typicallyTeam.TEXT,Team.BINARYorTeam.UNKNOWN.- Since:
- 3.1
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetString()The string part of the mappingintgetType()The content type associated with the string
-