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