org.apache.jena.atlas.lib
Class IRILib

java.lang.Object
  extended by org.apache.jena.atlas.lib.IRILib

Deprecated. Moved to IRILib

@Deprecated
public class IRILib
extends Object


Constructor Summary
IRILib()
          Deprecated.  
 
Method Summary
static boolean containsNonASCII(String string)
          Deprecated. Moved to IRILib
static String decode(String string)
          Deprecated. Moved to IRILib
static String encodeFileURL(String string)
          Deprecated. Moved to IRILib
static String encodeNonASCII(String string)
          Deprecated. Moved to IRILib
static String encodeUriComponent(String string)
          Deprecated. Moved to IRILib
static String encodeUriPath(String uri)
          Deprecated. Moved to IRILib
static String filenameToIRI(String fn)
          Deprecated. Moved to IRILib
static String fileToIRI(File f)
          Deprecated. Moved to IRILib
static String IRIToFilename(String iri)
          Deprecated. Moved to IRILib
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRILib

public IRILib()
Deprecated. 
Method Detail

encodeUriComponent

@Deprecated
public static String encodeUriComponent(String string)
Deprecated. Moved to IRILib

Encode using the rules for a component (e.g. ':' and '/' get encoded) Does not encode non-ASCII characters


encodeFileURL

@Deprecated
public static String encodeFileURL(String string)
Deprecated. Moved to IRILib

Encode using the rules for a file: URL. Same as encodeUriPath except add "~" to the encoded set. Does not encode non-ASCII characters


encodeUriPath

@Deprecated
public static String encodeUriPath(String uri)
Deprecated. Moved to IRILib

Encode using the rules for a path (e.g. ':' and '/' do not get encoded)


decode

@Deprecated
public static String decode(String string)
Deprecated. Moved to IRILib


fileToIRI

@Deprecated
public static String fileToIRI(File f)
Deprecated. Moved to IRILib

Return a string that is an IRI for the filename.


filenameToIRI

@Deprecated
public static String filenameToIRI(String fn)
Deprecated. Moved to IRILib

Create a string that is a IRI for the filename. The file name may already have file:. The file name may be relative. Encode using the rules for a path (e.g. ':' and'/' do not get encoded)


IRIToFilename

@Deprecated
public static String IRIToFilename(String iri)
Deprecated. Moved to IRILib

Convert an IRI to a filename


encodeNonASCII

@Deprecated
public static String encodeNonASCII(String string)
Deprecated. Moved to IRILib


containsNonASCII

@Deprecated
public static boolean containsNonASCII(String string)
Deprecated. Moved to IRILib



Licenced under the Apache License, Version 2.0