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 voidappendRootUri(StringBuilder buffer, boolean addPassword)org.apache.commons.vfs2.FileNamecreateName(String absPath, org.apache.commons.vfs2.FileType type)booleanequals(Object o)StringgetConnection()inthashCode()voidsetConnection(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:
createNamein classorg.apache.commons.vfs2.provider.AbstractFileName
-
appendRootUri
protected void appendRootUri(StringBuilder buffer, boolean addPassword)
- Specified by:
appendRootUriin classorg.apache.commons.vfs2.provider.AbstractFileName
-
getConnection
public String getConnection()
-
setConnection
public void setConnection(String connection)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.apache.commons.vfs2.provider.AbstractFileName
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.apache.commons.vfs2.provider.AbstractFileName
-
-