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 and Description |
---|---|
static SharabilityQuery.Sharability |
SharabilityQuery.FileObject fo)
Check whether an existing file is sharable.
|
static SharabilityQuery.Sharability |
SharabilityQuery.getSharability(URI uri)
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 and Description |
---|---|
SharabilityQuery.Sharability |
SharabilityQueryImplementation2.getSharability(URI uri)
Check whether a file or directory should be shared.
|