|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.provider.AbstractFileNameParser
org.apache.commons.vfs.provider.HostFileNameParser
org.apache.commons.vfs.provider.URLFileNameParser
org.apache.commons.vfs.provider.smb.SmbFileNameParser
public class SmbFileNameParser
Implementation for sftp. set default port to 139
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.commons.vfs.provider.HostFileNameParser |
---|
HostFileNameParser.Authority |
Constructor Summary | |
---|---|
SmbFileNameParser()
|
Method Summary | |
---|---|
static FileNameParser |
getInstance()
|
FileName |
parseUri(VfsComponentContext context,
FileName base,
java.lang.String filename)
parses a String into a filename. |
Methods inherited from class org.apache.commons.vfs.provider.URLFileNameParser |
---|
encodeCharacter |
Methods inherited from class org.apache.commons.vfs.provider.HostFileNameParser |
---|
extractHostName, extractPort, extractToPath, extractUserInfo, getDefaultPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SmbFileNameParser()
Method Detail |
---|
public static FileNameParser getInstance()
public FileName parseUri(VfsComponentContext context, FileName base, java.lang.String filename) throws FileSystemException
FileNameParser
parseUri
in interface FileNameParser
parseUri
in class URLFileNameParser
context
- The component context.base
- The base FileName.filename
- The target file name.
FileSystemException
- if an error occurs parsing the URI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |