Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.services.files
Class CodePageConverterManager


java.lang.Object
  extended by 
org.eclipse.rse.services.files.CodePageConverterManager

public class CodePageConverterManager
extends Object

Utility class for getting a file service code page converter for a given server encoding and file service

Since:
3.0

Field Summary
protected static  Vector _codePageConverters
           
 
Constructor Summary
CodePageConverterManager ()
           
 
Method Summary
static  IFileServiceCodePageConverter getCodePageConverter ( String serverEncoding, IFileService fileService)
          Retrieves the first codepage converter provided via the codePageConverter extension point for the specified encoding
static  IFileServiceCodePageConverter getDefaultCodePageConverter ()
           
static void registerCodePageConverter ( IFileServiceCodePageConverter converter)
           
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_codePageConverters

protected static 
Vector _codePageConverters
Constructor Detail

CodePageConverterManager

public CodePageConverterManager()
Method Detail

registerCodePageConverter

public static void registerCodePageConverter(
IFileServiceCodePageConverter converter)

getDefaultCodePageConverter

public static 
IFileServiceCodePageConverter getDefaultCodePageConverter()

getCodePageConverter

public static 
IFileServiceCodePageConverter getCodePageConverter(
String serverEncoding,
                                                                 
IFileService fileService)
Retrieves the first codepage converter provided via the codePageConverter extension point for the specified encoding

Parameters:
serverEncoding - The server encoding for which to retrieve a code page converter
Returns:
A code page converter for the specified encoding, or null if no converter was found for that encoding.

RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire