public class ShareDetails extends Object
Contains the file id cache, active search cache and tree connection details of a shared filesystem.
| Constructor and Description |
|---|
ShareDetails(String name,
boolean fileIdSupport)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
FileIdCache |
getFileIdCache()
Return the file id cache
|
String |
getName()
Return the share name
|
boolean |
hasFileIdSupport()
Determine if the filesystem driver for this share has file id support
|
public ShareDetails(String name, boolean fileIdSupport)
name - StringfileIdSupport - booleanpublic final String getName()
public final FileIdCache getFileIdCache()
public final boolean hasFileIdSupport()
Copyright © 2005–2020 Alfresco Software. All rights reserved.