javacommons/fileutils/javasrc/com/nokia/mj/impl/fileutils/FileURL.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    21  * FileURL manages URL/Path handling. It is responsible to manage paths which
    21  * FileURL manages URL/Path handling. It is responsible to manage paths which
    22  * have path separators specific to the platform. It will also manage
    22  * have path separators specific to the platform. It will also manage
    23  * differences between URL and Absolute path and make it transparent to use
    23  * differences between URL and Absolute path and make it transparent to use
    24  * from.
    24  * from.
    25  */
    25  */
    26 public final class FileURL
    26 final class FileURL
    27 {
    27 {
    28     private static String FILE_PREFIX = "file://";
    28     private static String FILE_PREFIX = "file://";
    29 
    29 
    30     private static String FILE_VALID_START_1 = "file:///";
    30     private static String FILE_VALID_START_1 = "file:///";
    31 
    31