RSE
Release 3.2

org.eclipse.rse.services.clientserver
Class SystemEncodingUtil.DefaultEncodingProvider

java.lang.Object
  extended by org.eclipse.rse.services.clientserver.SystemEncodingUtil.DefaultEncodingProvider
Enclosing class:
SystemEncodingUtil

public static class SystemEncodingUtil.DefaultEncodingProvider
extends Object

Provider for the default encodings that RSE uses. Clients may subclass this class, and override methods.

Since:
org.eclipse.rse.services 3.0

Constructor Summary
SystemEncodingUtil.DefaultEncodingProvider()
           
 
Method Summary
 String getLocalDefaultEncoding()
          Return the default encoding for local workspace resources.
 boolean isXML(String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEncodingUtil.DefaultEncodingProvider

public SystemEncodingUtil.DefaultEncodingProvider()
Method Detail

getLocalDefaultEncoding

public String getLocalDefaultEncoding()
Return the default encoding for local workspace resources. Clients may override.

Returns:
String the local default encoding.

isXML

public boolean isXML(String filePath)
Since:
3.2

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.