Package | Description |
---|---|
org.netbeans.api.queries |
General "queries" or communication channels pertaining to aspects of how files
are used and related.
|
org.netbeans.spi.queries |
Permits query implementations to be registered.
|
Modifier and Type | Method | Description |
---|---|---|
static SharabilityQuery.Sharability |
SharabilityQuery.getSharability(URI uri) |
Check whether an existing file is sharable.
|
static SharabilityQuery.Sharability |
SharabilityQuery.getSharability(org.openide.filesystems.FileObject fo) |
Check whether an existing file is sharable.
|
static SharabilityQuery.Sharability |
SharabilityQuery.Sharability.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SharabilityQuery.Sharability[] |
SharabilityQuery.Sharability.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
SharabilityQuery.Sharability |
SharabilityQueryImplementation2.getSharability(URI uri) |
Check whether a file or directory should be shared.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.