Java org.apache.commons.vfs.provider UriParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs.provider UriParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs.provider UriParser.

The text is from its open source code.

Method

voidappendEncoded(final StringBuffer buffer, final String unencodedValue, final char[] reserved)
Encodes and appends a string to a StringBuffer.
voidcanonicalizePath(StringBuffer buffer, int offset, int length, FileNameParser fileNameParser)
Stringdecode(final String encodedStr)
Removes %nn encodings from a string.
Stringencode(final String decodedStr)
Removes %nn encodings from a string.
String[]encode(String[] strings)
StringextractFirstElement(final StringBuffer name)
Extracts the first element of a path.
StringextractScheme(final String uri, final StringBuffer buffer)
Extracts the scheme from a URI.
StringextractScheme(final String uri)
Extracts the scheme from a URI.
booleanfixSeparators(final StringBuffer name)
Normalises the separators in a name.
FileTypenormalisePath(final StringBuffer path)
Normalises a path.