Class ConnectionFileName
- java.lang.Object
-
- org.apache.commons.vfs2.provider.AbstractFileName
-
- org.pentaho.di.connections.vfs.provider.ConnectionFileName
-
- All Implemented Interfaces:
Comparable<org.apache.commons.vfs2.FileName>
,org.apache.commons.vfs2.FileName
public class ConnectionFileName extends org.apache.commons.vfs2.provider.AbstractFileName
-
-
Constructor Summary
Constructors Constructor Description ConnectionFileName(String scheme, String connection, String absPath, org.apache.commons.vfs2.FileType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendRootUri(StringBuilder buffer, boolean addPassword)
org.apache.commons.vfs2.FileName
createName(String absPath, org.apache.commons.vfs2.FileType type)
boolean
equals(Object o)
String
getConnection()
int
hashCode()
void
setConnection(String connection)
-
Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileName
checkName, compareTo, createURI, getBaseName, getDepth, getExtension, getFriendlyURI, getParent, getPath, getPathDecoded, getRelativeName, getRoot, getRootURI, getScheme, getType, getURI, getUriTrailer, isAncestor, isDescendent, isDescendent, isFile, toString
-
-
-
-
Method Detail
-
createName
public org.apache.commons.vfs2.FileName createName(String absPath, org.apache.commons.vfs2.FileType type)
- Specified by:
createName
in classorg.apache.commons.vfs2.provider.AbstractFileName
-
appendRootUri
protected void appendRootUri(StringBuilder buffer, boolean addPassword)
- Specified by:
appendRootUri
in classorg.apache.commons.vfs2.provider.AbstractFileName
-
getConnection
public String getConnection()
-
setConnection
public void setConnection(String connection)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classorg.apache.commons.vfs2.provider.AbstractFileName
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classorg.apache.commons.vfs2.provider.AbstractFileName
-
-