public class WorkspaceConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static WorkspaceConfig |
DEFAULT
Default workspace is a root directory which supports read, but not write.
|
| Constructor and Description |
|---|
WorkspaceConfig(String location,
boolean writable,
String defaultInputFormat,
boolean allowAccessOutsideWorkspace) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowAccessOutsideWorkspace() |
boolean |
equals(Object obj) |
String |
getDefaultInputFormat() |
String |
getLocation() |
int |
hashCode() |
boolean |
isWritable() |
public static final WorkspaceConfig DEFAULT
Copyright © 2021 The Apache Software Foundation. All rights reserved.