Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.xml
Interface FileNameNormalizer

All Known Implementing Classes:
DefaultFileNameNormalizer

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public interface FileNameNormalizer

This policy is used by XMLFileAccessorFilePolicy to "normalize" file names; i.e. convert invalid characters into something acceptable to the current O/S.

Since:
TOPLink/Java 4.5

Method Summary
 java.lang.String normalize(java.lang.String unqualifiedFileName)
          Deprecated. Convert the specified, unqualified file name into something that should be palatable as a file name (e.g. replace invalid characters with escape sequences).

 

Method Detail

normalize

java.lang.String normalize(java.lang.String unqualifiedFileName)
Deprecated. 
Convert the specified, unqualified file name into something that should be palatable as a file name (e.g. replace invalid characters with escape sequences). The name must be unqualified so we don't convert any legitimate file name separators.

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.