Eclipse Platform
Release 3.1

org.eclipse.team.core
Interface IStringMapping


public interface IStringMapping

A simple interface for mappings from a string (usually a file name or a file extension) and a content type (typically Team.TEXT, Team.BINARY or Team.UNKNOWN.

This interface is not intended to be implemented by clients.

Since:
3.1

Method Summary
 String getString()
          The string part of the mapping
 int getType()
          The content type associated with the string
 

Method Detail

getString

public String getString()
The string part of the mapping

Returns:
the string
Since:
3.1

getType

public int getType()
The content type associated with the string

Returns:
the content type
Since:
3.1

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.