Serialized Form
|
Package org.purl.sword.atom |
|
Package org.purl.sword.base |
errorURI
String errorURI
- The error URI (defined in ErrorCodes class)
status
int status
- The HTTP error code (defined in HTTPServletResponse class)
description
String description
- The error message given by the repository
errorCode
String errorCode
|
Package org.purl.sword.client |
messages
JTextArea messages
- The text area that displays the messages.
columns
String[] columns
- Column names.
top
DefaultMutableTreeNode top
- The top level item in the tree that lists services.
treeModel
DefaultTreeModel treeModel
- The tree model used to display the items.
services
JTree services
- Tree that holds the list of services.
details
JEditorPane details
- The panel that shows an HTML table with any details for the selected
node in the services tree.
listener
ServiceSelectedListener listener
- A registered listener. This listener will be notified when there is a
different node selected in the service tree.
tempDirectory
String tempDirectory
- Temporary directory.
urls
String[] urls
- List of urls for the destination services to access.
useProxy
boolean useProxy
- Used to determine if a proxy value should be set.
pHost
String pHost
- The proxy host name.
pPort
int pPort
- The proxy port name.
labelConstraints
GridBagConstraints labelConstraints
- Constraints used to control the layout on the panel.
controlConstraints
GridBagConstraints controlConstraints
- Constraints used to control the layout of the input controls on the panel.
rowIndex
int rowIndex
- Index to the next row.
labelTop
Insets labelTop
- Insets for the top row of the label column.
controlTop
Insets controlTop
- Insets for the top row of the control column.
labelGeneral
Insets labelGeneral
- Insets for a general row in the label column.
controlGeneral
Insets controlGeneral
- Insets for a general row in the control column.
|
Package org.purl.sword.server |
myRepository
SWORDServer myRepository
- Sword repository
authN
String authN
- Authentication type
maxUploadSize
int maxUploadSize
- Maximum file upload size in kB
tempDirectory
String tempDirectory
- Temp directory
myRepository
SWORDServer myRepository
- The repository
authN
String authN
- Authentication type.
maxUploadSize
int maxUploadSize
- Maximum file upload size in kB
Copyright © 2013 DuraSpace. All Rights Reserved.