Package com.hierynomus.smbj.paths
Class DFSPathResolver.ResolveState<T>
- java.lang.Object
-
- com.hierynomus.smbj.paths.DFSPathResolver.ResolveState<T>
-
- Enclosing class:
- DFSPathResolver
private static class DFSPathResolver.ResolveState<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PathResolver.ResolveAction<T>
action
(package private) java.lang.String
hostName
(package private) boolean
isDFSPath
(package private) DFSPath
path
(package private) boolean
resolvedDomainEntry
-
Constructor Summary
Constructors Constructor Description ResolveState(DFSPath path, PathResolver.ResolveAction<T> action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
action
final PathResolver.ResolveAction<T> action
-
path
DFSPath path
-
resolvedDomainEntry
boolean resolvedDomainEntry
-
isDFSPath
boolean isDFSPath
-
hostName
java.lang.String hostName
-
-
Constructor Detail
-
ResolveState
ResolveState(DFSPath path, PathResolver.ResolveAction<T> action)
-
-